The version of Microsoft's web server that comes with Server 2012 and Windows 8. It adds support for multiple SSL-certs for a single IP (SNI), web sockets, Application Initialization.
Questions tagged [iis-8]
348 questions
1
vote
0 answers
Using UNC Share with IIS ASP.NET 4.6.1
I have some ASP.NET 4.6.2 web sites that I want to run from a UNC share. The reason why I am doing this is to implement IIS Shared Config but as a first step I just want the nodes to run properly.
Each server (the multiple web servers and the server…

Jason
- 183
- 1
- 8
1
vote
1 answer
Using URL Rewrite and ARR for redirecting to same server
The scenario: A web server running a single site under two different addresses:
www.mysite.com (regular site)
ws1.mysite.com (web services)
Both are accessible via HTTPS, and both are running on the same application (whether it's a web service…

MPelletier
- 51
- 11
1
vote
0 answers
iis 8 basic authentication 404 error
I deployed a .Net application on Windows Server 2012. The application works fine when no authentication is enabled(with anonymous authentication). When I enable Basic authentication, the site redirects to some Accounts/login*** page(having set…

user53864
- 1,723
- 11
- 37
- 66
1
vote
0 answers
In IIS 8 my virtual application is resolving to the root rather than itself
In IIS 8 I have a web site set up and a virtual application (not virtual directory), with its own application pool and its own web.config, aspx pages, database, etc.
as an example:
zippy.com (root application)
zippy.com/app1 (app1 is the virtual…

PilotMelch
- 11
- 2
1
vote
0 answers
IIS not using correct intermediate certificate in chain sent to client
I have exactly the same problem as described here:
IIS sends incorrect intermediate SSL certificate
Unfortunely, the answer provided by CryptoGuy does not worked for me.
I checked: I do not have the certificate in SHA1 installed on the machine (in…

Clément Moulin - SimpleRezo
- 239
- 1
- 9
1
vote
0 answers
IIS Directory Browsing and forms authentication setting permissions
I have a website in IIS with directory browsing enabled (this is also an ftp site). I have recently switched to forms authentication instead of basic authentication. The root folder is accessible to everyone. Then each folder is accessible to a…

tomjm
- 111
- 3
1
vote
1 answer
POST XLSX file to IIS site using DropZone
I am trying to use DropZone (www.dropzonejs.com/) to post an xlsx file to read on the client side. This works in my test environment using ember server. However, once I brought it across to IIS8, I am getting a 405 Method Not Allowed error.…

Asagohan
- 127
- 1
- 1
- 7
1
vote
1 answer
IIS Admin Service won't start - error 87: The parameter is incorrect
Windows Server 2012. IIS admin service stopped - when try to start from Services.msc get the following error. Event log show two errors event 1000 and event 7023 (see below for details). Any suggestions would be greatly appreciated!
World wide…

BlueSky2010
- 141
- 1
- 6
1
vote
1 answer
Allowing Domain Group to Administer IIS Server
I have a Windows 2012 server with IIS 8 on it. I am trying to allow users within a IIS_ADMIN group on my Active Directory to be allowed to administer the server.
The Problem
When I log into my server with a user that is in the IIS_ADMIN group, and…

bretterer
- 135
- 9
1
vote
1 answer
Configure NLB for IIS Websites
We have two IIS Servers SERVER A and Server B, where my website (port80) is hosted. I have configured a NLB CLuster for this website using fortinet firewall. and all the links which are pointed to cluster IP.
Health monitor for NLB is configured as…

Ansar
- 11
- 1
1
vote
0 answers
HTTP Error 404.3 - Not Found
Just installed a new IIS server. We did this after installing .net Framework.
We are getting the following error:
HTTP Error 404.3 - Not Found
The page you are requesting cannot be served because of the extension configuration. If the page is a…

user1203996
- 11
- 2
1
vote
1 answer
Client Machine uses Kerberos only when fiddler is open
I'm trying to get my web app to use the users credentials when connecting to SQL which is on a different box to IIS. I believe I have set up all the authentication settings, but it doesn't work and tries to connect as Negotiate(NTLM) except when…

Noreen
- 11
- 2
1
vote
1 answer
404 not found when accessing www
I tried:
www Host(A) 38.67.136.195
And everytime you accessed my site using www.synergyweight.com then it gave a 404 error.
So I changed it up using a Cname
www Alias(CNAME) synergyweight.com
Neiter one will work.
I can ping www.synergyweight.com,…

prospector
- 131
- 1
- 6
1
vote
1 answer
Can't reach iis server via external ip
I am using aws from amazon and I have iis intalled on my server. I have created a test site but I can't reach it using external ip address. It is only reachable throught http://localhost- and 10.0.241.77 the local ip. How can I make iis run on…

Arda Kara
- 113
- 4
1
vote
1 answer
selfsigned certificate with domain name for a webservice server
I have 2 web servers, A and B. A is a web site used by users and B is a bunch of web services used by server A. So I like to enable https for server B. Since no browsers are supposed to go here I thought it would be sufficient to use a self signed…

Jepzen
- 111
- 4