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
3
votes
1 answer

Clone identical cipher suite from Apache2 on linux to IIS 8.5 in Windows Server 2012r2

Intended result: To have identical cipher support in IIS 8.5 (new server), as I have support for in Apache 2.4 (the server I want to copy the supported ciphers from). ssllabs.com info : Apache 2.4 gives A+ rating with Robust FS support and support…
Kraang Prime
  • 215
  • 1
  • 2
  • 11
3
votes
2 answers

Windows Server 2012 R2 curious behavior with hosts entry

TL;DR ...our domain policy silently force pushed the LAN settings (including the proxy reference) to my machine on a predefined interval, which happened to be while I was developing but after I had manually disabled the proxy. Since I knew for a…
K. Alan Bates
  • 223
  • 2
  • 12
3
votes
1 answer

Configuration of virtual directory for off-domain server in IIS 8.5

Setup: A web server (Windows 2012 R2, IIS 8.5) outside of domain (called MY_WEB_SERVER) A virtual directory pointing to a NAS server on a domain (called MY_NAS_SERVER) An application set on virtual directory to give the virtual directory its own…
3
votes
1 answer

IIS 8.5 not logging all requests

I'm having an issue where IIS 8.5 on Server 2012 R2 is not logging requests properly. It was working fine up until about a week ago - producing log files >10mb. This information was useful for our analytics processing. Currently, the log files…
Tank
  • 141
  • 1
  • 4
3
votes
2 answers

IIS sends incorrect intermediate SSL certificate

I just installed a new SSL certificate (from StartCom) to one of our servers and noticed that in Chrome there is the crossed padlock icon displayed for the site so I started investigating why is that so. It turned out it is because the intermediate…
twoflower
  • 133
  • 1
  • 5
3
votes
3 answers

SSL binding with no hostname, and centralized certificate store?

We have a web app that serves a large number of websites from a single IIS website. The IIS website simply has a catch-all binding on port 80. Up till now, for the SSL bindings, we have added a new IP to the machine for each domain that needs SSL,…
Ross Presser
  • 453
  • 6
  • 22
3
votes
0 answers

Bad Gateway! when calling a cfx dll on ColdFusion 11 IIS 8.5

I am getting a Bad Gateway! error when running a ColdFusion page that calls a C++ dll. The CF administrator runs and other pages with cfx dll calls run. The ColdFusion is 32bit because the DLLs are 32 bit. CGI, ASP.NET, and ISAPI are features…
3
votes
1 answer

How can I tell what time a web site stopped in IIS 8.5

For some unknown reason one of my sites stopped on the server. I have looked in the the Application and System event logs, as well as the logs located at: C:\inetpub\logs. However I see no indication of when the a site was stopped or why. I used to…
Sanpopo
  • 143
  • 1
  • 6
3
votes
1 answer

IIS 8.5 file upload causing ‘NetworkError: 500 Internal Server Error

I am having a terrible time trying to find the cause of the error when uploading a file (the size of the file does not matter) via HTTP to a Windows 2012 R2 Essentials (IIS 8.5) webserver. The application runs flawlessly on Windows 2003 (IIS 6). It…
Caroline Beltran
  • 275
  • 4
  • 11
3
votes
1 answer

How to handle vulnerability searches in IIS?

I have a web server running an ASP.NET web application on IIS 8.5. I noticed that several 404 errors were logged by the application which are not related to my application in anyway. Here are few example…
jorel
  • 133
  • 3
2
votes
1 answer

On app pool recycle user sessions are lost if application pool identity is set to 'custom account' but not when it is set to ApplicationPoolIdentity

On IIS 8.5 we have an web application running with application pool's identity set to ApplicationPoolIdentity. When we switch to Custom account instead of the ApplicationPoolIdentity then web application's user session is lost at random and also on…
Rahatur
  • 155
  • 1
  • 9
2
votes
1 answer

Hosting one application with multiple vanity routes

Problem We currently have two ASP.NET MVC projects being served up from a Windows Server 2012 R2 with IIS 8.5 like so: foo hosted on server.com/foo bar hosted on server.com/bar However, the code of these projects is nearly identical so we're in…
p.s.w.g
  • 185
  • 2
  • 9
2
votes
0 answers

IIS_IUSRS permission vs ApplicationPoolIdentity

I was looking for the difference in permissions when: - App pool is running with ApplicationPoolIdentity - App pool's identity is set as a local system user account which belongs to IIS_IUSRS group only Is there any problem if the second option…
Rahatur
  • 155
  • 1
  • 9
2
votes
1 answer

IIS 8.5 FTP server: DIR and STOR return 550 response when connecting from some IP whitelisted addresses

We have: an IIS 8.5 server which accepts FTP connections from whitelisted IP addresses a PHP web app (on a LEMP server) which creates XML files and uploads them to this IIS server over FTP. Our web app was able to make the connection and upload…
Nathan
  • 41
  • 1
  • 6
2
votes
0 answers

Why Do the Built-In IIS AppPool Accounts Not Need Batch Logon Rights to Run?

I can't seem to wrap my head around this one. The IIS docs (and countless forum posts) are quite clear about the rights needed to run an IIS app pool, which include batch logon rights (Log on as a batch job). I've confirmed this when running an app…
dwillis77
  • 141
  • 1
  • 5