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

Don't see Failed Request Tracing in IIS Manager

In the "Actions" Pane of IIS Manager (InetMgr), under Configure there is supposed to be a link for Failed Request Tracing. I don't see that... I just have "Limits..."?
JoelFan
  • 2,165
  • 5
  • 24
  • 30
20
votes
7 answers

Installing SSL on a Windows Server 2012 with IIS 8.0

We are in the process of moving a website from a machine with Windows Server 2008 R2/IIS 7.5 to a machine with Windows Server 2012/IIS 8.0 as we want to take advantage of the new SNI feature. This website has an SSL through Go-Daddy, so we went…
Jeremy
  • 223
  • 1
  • 2
  • 6
16
votes
4 answers

Is an SSL Cert needed for redirects?

We currently have a website set to redirect to a new address (our client changed domain names, but wants the old domain to send people to the new site) in IIS 8.5 using permanant redirects found in the 'HTTP Redirect' feature for the site. The SSL…
Jeff
  • 313
  • 2
  • 3
  • 8
16
votes
3 answers

What role does "App Pool Identity" play for an Application Pool?

When talking about IIS 7.5 security, AFAIK: App Pool Identity decides whom my web application runs as. Authentication Method decides whom the clients are authenticated as. I have a virtual folder configured like this: I use Anonymous Authentication…
smwikipedia
  • 626
  • 4
  • 8
  • 15
15
votes
2 answers

First request after a while always slow - ASP.NET MVC / IIS 8.5 / Windows Server 2012 R2 VPS

I'm hosting a low-traffic ASP.NET MVC 5 application on a VPS with Windows Server 2012 R2 / IIS 8.5, with 1 GB of RAM. My problem is that the first request after some time without any requests always gets a slow response - around 1.5 seconds…
michalstanko
  • 281
  • 1
  • 3
  • 7
12
votes
1 answer

Sync Two IIS 8.5 Server configurations only excluding bindings

We have two IIS 8.5 web servers, Server 2012 R2 Server1 Server2 I am trying to find a powershell command that will sync only changes made on Server1 to Server2 I tried shared configurations however that will sync the bindings as well and I do not…
Anthony Fornito
  • 9,526
  • 1
  • 33
  • 122
12
votes
1 answer

Manage Multiple IIS servers without shared configuration

We currently have 2 web servers IIS 8.5 in DEV We will push the servers to production to replace our current production servers My question is, is the a way to build scripts on the fly to apply configuration updates to production after being tested…
Anthony Fornito
  • 9,526
  • 1
  • 33
  • 122
10
votes
1 answer

Windows Server 2012 R2 IIS 10 / HTTP/2

We're currently running Windows Server 2012 R2 for our web server, using IIS 8.5. Is it possible to upgrade that to IIS 10 for HTTP/2 or otherwise enabled HTTP/2 on our current install? Thanks, Matt.
Matt Cowley
  • 265
  • 2
  • 3
  • 10
10
votes
4 answers

Does IIS 8.5 support wildcard host header binding?

I know that IIS versions 7.5 and earlier do not support wildcard host header bindings. Have they added it in the latest version (8.5)? I see that it finally supports SNI and wildcard binding (*.mydomain.com) seems like it would be a related…
Craig Quillen
  • 245
  • 1
  • 3
  • 7
8
votes
1 answer

How does HTTP OPTIONS method determine allowed methods in IIS 8.5?

I'm looking to remove the TRACE method from my web site in IIS 8.5 (Windows Server 2012 R2 Datacenter). I have implemented this using request filtering as below:
alergy
  • 183
  • 1
  • 1
  • 6
7
votes
1 answer

Create FastCGI application with PowerShell

I'm trying to automate the provisioning of a Windows 2012 server, but I'm having trouble getting PHP to work. This is the command I'm using to add a handler mapping to IIS: New-WebHandler -Name "PHP-FastCGI" -Path "*.php" -Verb "*" -Modules…
6
votes
2 answers

IIS 8.5 change bindings on bulk (due to SSL certificate renewal)

I just renewed a Comodo Wildcard SSL certificate and I created the PFX in order to install it on my Windows Server 2012 R2 which is a VM on Microsoft Azure. I use IIS 8.5 for all my websites which includes about 300 subdomains of the main domain…
John Enxada
  • 71
  • 1
  • 4
6
votes
1 answer

WebDeploy 3.6 won't connect with TLS 1.0 disabled

Recently I had my servers audited for PCI compliance. As part of this I was picked up for not having TLS 1.0 disabled as…
Doug
  • 283
  • 2
  • 10
6
votes
2 answers

Server sent passive reply with unroutable address. Using server address instead IIS 8.5

I have just set up a FTP server in IIS 8.5 on my Windows Server 2012 R2 machine. With FileZilla when I try connect to the local IP (10.0.0.4) with my username and password on port 21, it will connect just fine, But when I try to connect on the…
jLynx
  • 133
  • 1
  • 1
  • 8
6
votes
1 answer

ASP.NET application on "IIS 8.5" on "Windows Server 2012 R2" performs poorly compared with "IIS 7.5" on a "Windows Server 2008 R2"

We have the same ASP.NET application running on a couple of servers: one instance runs under IIS 8.5 on Windows Server *2012* R2 two instances run under IIS 7.5 on Windows Server *2008* R2 What bugs me is that the newer machine seems to perform…
Oliver
  • 311
  • 1
  • 5
  • 13
1
2 3
23 24