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

Export Multiple or all SSL certificates IIS

Is there a way to use appcmd, MMC or perhaps some other tool to export all IIS SSL certificates and then import them in on another server? I've used appcmd to export the bindings and the application pools, but that's it. Specifically IIS 8 to IIS…
2
votes
2 answers

User permissions to configure SSL certificate for IIS HTTPS binding

I have a configuration tool that configures IIS SSL certificate for a website. It creates a new binding in IIS configuration for "Default Web Site" and then assigns an SSL certificate to it. The tool works fine when I run it on behalf of…
username
  • 249
  • 1
  • 4
  • 18
2
votes
0 answers

sc-win32-status 995 and TCP RST on HTTP GET (IIS 8.5)

I'm running a custom PHP/HTML application on Windows Server 2012 R2, IIS 8.5 on my company local intranet (server and clients are at the same location, no VPN, or whatever, only a gateway between VLANs). This site/application can host different…
MadMarc
  • 21
  • 4
2
votes
1 answer

Win 2012 R2 / IIS 8.5 intermittent Connection Refused

We suffer from a connection refused problem when the users of our web site try to open it. This problem happens in a random manner, about once or twice a month, and problem continues for a few hours. Also when happening, almost all connections are…
2
votes
0 answers

IIS 8.5 on Win 2012 R2: Changes for Application Pool identity does not reflect?

Running Win 2012 R2 and IIS 8.5. When setting a custom identity to run a specific app pool (lets call it "App Pool 1") I get IMHO a really weird behavior. When I click on App Pool 1 and then "Set Application Pool Defaults" > "Identity" > "Custom…
2
votes
0 answers

Problems using apache 2.2 as a Reverse Proxy for Microsoft Team Foundation Server 2015

I'm using an Apache 2.2 in order to access a Microsoft Team Foundation Server 2015 configured to use NTML. My configuration for this purpose is the following: ProxyPreserveHost On ProxyPass /tfs/ http://tfs2015.mdlp.es:8080/tfs/ ProxyPassReverse…
2
votes
1 answer

Understanding IIS 8.0 Rewrite inbound rule for https to http redirect using regular expression

I have managed to configure a rewrite rule for my web site using this answer:
Alexei
  • 202
  • 3
  • 11
2
votes
0 answers

How to configure Web Deploy to grant publish permissions for a single application?

We have a new user that needs to be able to deploy a specific website to a specific application directory (Default Web Site/WebX) but I cannot seem to configure Web Deploy on IIS without giving them the ability to publish to all directories (e.g.…
user395382
  • 21
  • 2
2
votes
4 answers

Enabling Brotli compression on IIS

My team us currently trying to install Brotli compression on a VPS: Windows Server 2012 R2 with IIS8.5 using the 64bit module that can be downloaded here: https://www.iispeed.com/pagespeed/products/iisbrotli But whatever we try, when I fill out the…
Adam
  • 247
  • 3
  • 4
  • 16
2
votes
2 answers

IIS 503 Service unavailable when using SSL

I've setup an https binding for my site in IIS but I'm getting a 503 Service Unavailable error whenever I try to hit the endpoint. What's weird is I can access the site without issue over port 80. The application pool is started and I can't find…
Graeme
  • 121
  • 1
  • 3
2
votes
0 answers

IIS Removal of Server information header

I have written the following url rewrite module to remove server version information in response header.
user386137
  • 21
  • 2
2
votes
2 answers

Cannot connect to IIS 8.5 FTP if SSL is enabled

I have an FTP website running on IIS 8.5 on Windows Server 2012. I can connect just fine if I disable SSL. However, if I enable SSL, the server keeps sending weird replies. Here's the log from FileZilla: Status: Connecting to XXXXXXX:21... Status:…
Arshia001
  • 151
  • 2
  • 6
2
votes
1 answer

Updating IIS' default CRL (Certificate Revocation List)

I'm in the process of creating a (IIS 8.5) web server which will require client authentication. Client authentication will be carried out using client certificates which will be issued by a third party CA. I want to be able to do the…
Mackolicious
  • 123
  • 3
2
votes
0 answers

Accessing VirtualBox share from IIS

I'm trying to have IIS 8.5 access a VirtualBox shared folder. The physical path for the website was changed to \\VBOXSVR\application. Now, when I open localhost, I get the following error message: HTTP Error 500.19 Internal Server Error Cannot read…
2
votes
1 answer

Windows Server 2012 web server maxing out on application start - could antivirus be responsible?

We have a Windows Server 2012 R2 web server running IIS 8.5 hosting a number of ASP.NET applications each in their own app pool. The server was originally specced to cope with expected load, but since then the client has also insisted on installing…