Questions tagged [iis-8.5]

IIS 8.5 is the version of IIS that ships with Windows 2012 R2, and Windows 8.1.

IIS 8.5 is the version of IIS that ships with Windows Server 2012 R2, and Windows 8.1.

IIS 8.5 includes several new features not found in IIS 8.0 or lower:

  • Enhanced logging. An administrator can enable the logging of additional custom fields from request or response headers, or from server variables.
  • Logging to event tracing for Windows. An administrator can enable the sending of logging information to Event Tracing for Windows (ETW).
  • Dynamic Website activation. If there are a large number of configured sites (100 or greater, by default), the service will not activate any of the sites when the service is started.
  • Idle Worker Process Page-Out. An administrator can enable an idle worker process to be suspended rather than terminated.
353 questions
5
votes
1 answer

Can't find IIS config file listed by appcmd

I'm managing a bunch of IIS 8.5 servers and I'm working on complying with security baselines. My question is this: If I run a specific appcmd query on one of our IIS servers, I get the following: C:\>appcmd list config…
Todd Wilcox
  • 2,851
  • 2
  • 20
  • 32
5
votes
2 answers

How to fix issues with LetsEncrypt certificate chains on Windows Server?

I've been using LetsEncrypt to generate certificates for my sites on Windows 2012 R2 server. It worked great, until recently when I renewed the certificates. LetsEncrypt made a recent change where they swapped the intermediate certificate with name…
5
votes
1 answer

IIS 8.5 Serve file with no extension from particular folder

I have some files that have been uploaded to a folder called /Download however the have no extension e.g. File1 I have tried adding a /Download/Web.Config file with the following specified
bUKaneer
  • 165
  • 1
  • 6
5
votes
1 answer

IIS 8.5 Windows Authentication failing for some users

I have an application that was installed requiring Windows Authentication under Windows 2012, IIS 8.5. When certain users use the application, they're receiving a 401 error after the challenge/response. Others can use the site without problems. …
5
votes
2 answers

IIS 8.5 - getting error when returning static 404 file

IIS8.5 > Sites > mysite > Error Pages > 404 Select "Insert content from static file into the error response". Uncheck "Try to return the error file in the client language". Enter path to "notfound.html", I've verifieed it is there. When I visit a…
Marcus
  • 627
  • 2
  • 6
  • 8
4
votes
0 answers

Is there a way to prevent Sysprep from destroying your IIS installation?

Ok, so that may sound a bit cataclysmic, but at least in many cases this is true. I have done a lot of searching but not found a great thread that has it simply stated like this. In fact, the KB article from MS titles this... IIS settings are…
ebol2000
  • 141
  • 1
  • 4
4
votes
1 answer

Upgrading from IIS 6 to 8.5: increased concurrent requests

We upgraded our web server from Windows Server 2003 to Windows Server 2012 R2. The web application in question runs against ASP.NET 4.0. The web application in turn communicates with a third-party Web API. Shortly after the upgrade, the Web API…
4
votes
1 answer

Moving \inetpub\ for IIS 8.5

There are many sources that say that the %SERVERROOT%/inetpub/ must never ever be deleted or moved. And yes, I can agree with this, as updates to IIS update that directory blindly -- they don’t actually query the system to see if the IIS inetpub…
René Kåbis
  • 191
  • 1
  • 2
  • 11
4
votes
2 answers

Lsass.exe high CPU usage and causing request queuing on webserver

I have a webserver with Windows 2012 R2, running only one website, on ASP.NET 4.5.1, IIS 8.5. It does not have, and has never had, the AD role installed. Last Sunday, the process lsass.exe, suddenly started using 20-40% CPU. We did not change…
Oskar Melen
  • 43
  • 1
  • 1
  • 3
4
votes
0 answers

Is websocket reverse proxy possible with IIS 8.5 & URL rewrite 2.0?

I installed Tomcat as a java app server behind IIS. Using the following rules I can rewrite static pages just fine, but alas, websocket connections are never established:
Mirco
  • 53
  • 1
  • 5
4
votes
1 answer

What is the meaning of an IIS http status code 404.503?

Microsoft lists the IIS http status codes including the substatus codes here. In the 404 section there are substatus codes between 0 and 20, but in my logs I get a 503 as sc-substatus I can't find any information about it. Don't confuse this with…
Peter Hahndorf
  • 14,058
  • 3
  • 41
  • 58
4
votes
5 answers

How to IP restrict access to a website in IIS8,5 (Windows 2012R2)

I have read that to IP-restrict a website in IIS8 to allow only one or more IPs and deny everybody else, you do this: Set "Access for unspecified clients" to "Deny" Add IP-address for "Allow" (as specified in below screenshot) However, when I do…
Kjensen
  • 1,039
  • 10
  • 28
  • 39
4
votes
2 answers

How to enable stateless session resumption cache behind load balancer?

I scanned my servers' SSL/TLS configuration using https://www.ssllabs.com/ssltest/, and it reported Session resumption (caching) No (IDs assigned but not accepted) I'm using 2 instances of Azure web roles behind a round-robin load balancer. I…
Jeow Li Huan
  • 93
  • 1
  • 9
4
votes
3 answers

IIS8.5 Won't Serve Font Files

For some reason my IIS won't return any font files. They all return as 404s. I have verified the URLs are correct and the MIME types are correct. The font files are currently inside of a .NET 4.5 project using MVC4. When I move the files outside of…
Chris Peterson
  • 233
  • 3
  • 8
4
votes
1 answer

'Same HTTPS binding' error using IIS

I'm an experienced developer who is relatively new to IIS. I have a VPS with a dozen websites. I previously set up an SSL certificate on one of those sites and it works fine. Today, I'm trying to setup a new SSL certificate on another website. But…
Jonathan Wood
  • 269
  • 1
  • 3
  • 13
1
2
3
23 24