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
1
vote
1 answer

Install SSL Certificate in IIS no CSR, no exported PFX from CSR generating server

I'm familiar with the process of installing an SSL Certificate in IIS, but recently have received certs from a client consisting of *.p7b/s and *.crt files without having generated the original CSR on my server OR having an exported PFX file from…
Skowronek
  • 123
  • 1
  • 5
1
vote
1 answer

IIS Site Losing Ability to Authenticate With NTLM

We are having a recurring issue with one of our servers that I am not sure how to troubleshoot. The server is used to host an instance of Microsoft TFS and every few weeks Windows Authentication suddenly stops working on the TFS website. When this…
1
vote
1 answer

SSL certiricate tied to Alias . So possible to use the same cert for multiple alias on same server?

Here was my first question: SSL on IIS & Tomcat running on same server and got it answered. Thank you. I am in the process of migrating our webapps from 2 servers to 1 server. These webapps right now are being accessed via 3 different Aliases. In…
KK99
  • 199
  • 3
  • 10
1
vote
1 answer

Slow IIS performance after upgrade from 7.0 to 8.5

A website was running on an IIS server 7.0 / Windows 2008. A new server was set up, running IIS 8.5 / Windows 2012, with more powerful hardware (4 CPU cores). However, performance of a new server is dramatically low. Application is ASP classic. What…
milet
  • 11
  • 2
1
vote
1 answer

subdomain with different ip than host isn't working

I have a website http://example.com that needs a subdomain http://shop.example.com In IIS I set up a new website for the shop website and set the hostname binding to shop.example.com in DNS I tried both adding an A Record to the example.com zone…
1
vote
0 answers

How to stop IIS parent website taking priority over virtual application

I have a simple setup. I have a wordpress website setup at the root of a subdomain api.website.com. This will act as documentation for an API. I then have the API itself, built with asp.net and i want this to be a virtual application so that a user…
Dan Hastings
  • 706
  • 1
  • 13
  • 24
1
vote
0 answers

Have IIS not respond if there are no host headers

All of the sites I have hosted in IIS have host header bindings, and I've disabled the Default Website. Right now, if someone hits http(s):// they still get a 404 response from the server. Is there a way to get IIS to not even respond to…
Derek Dysart
  • 139
  • 1
  • 4
1
vote
1 answer

How to remove suspended IIS application pool

I have a web server IIS 8.5. OS v: Windows Server 2012. When number of Hit increase then huge php-cgi.exe open in windows process.But after some time lot of process shows suspended state. As a result, site down and system make too slow to response.…
riad
  • 143
  • 7
1
vote
0 answers

how do I modify php verbs web.config

I have a project that needs the PUT request enabled for PHP. By default GET, HEAD, and POST are enabled but I need to enable PUT verb from my web.config, not from IIS manager. How can I do this?
1
vote
1 answer

Rewrite URL from HTTP to HTTPS in IIS for specific domains

I need to make a global rule that rewrites all http://example.com/ to https://example.com/. I host multiple domains and my attempts either don't work or work on all domains. I put this in my applicationHost.config:
1
vote
0 answers

Apache reverse proxy with IIS SNI returning 404

I use an Apache reverse proxy to a number of IIS sites. When using IIS 8.5 with SNI I'm getting 404s back when I take an app pool and site offline. Traditionally there would be no response and the connection would time out. I'd get a 503 back from…
Tim Brigham
  • 15,545
  • 10
  • 75
  • 115
1
vote
0 answers

CVE-2007-289 MS-DOS device name on IIS 8.5 & ASP.NET 4.5

our security team has recently scanned 1 of our server and the specific vulnerability detected: CVE-2007-2897 Microsoft ASP.NET MS-DOS Device Name DoS (PCI-DSS check) Did some search and found several users mentioned according to Microsoft Security…
nlks
  • 132
  • 2
  • 3
  • 12
1
vote
1 answer

Enabling SNI with appcmd.exe

We currently use appcmd.exe to create IIS websites on the fly with the necessary http/https bindings, e.g. appcmd add site /name:www.example.com /bindings:"http://www.example.com:80","https://www.example.com:443"…
Dave Quested
  • 141
  • 2
1
vote
1 answer

IIS8 IP restrictions

I've got an IIS8/Windows 2012r2 server that is currently running a few sites (perfectly well with no issues). I'm adding a new site that needs to have restrictions to all but a few IP addresses. I've got the procedure sorted, have added the relevant…
1
vote
1 answer

Cannot write IIS logs to Azure Files Share

I'd like to configure IIS (8.5) on an Azure VM to log to an Azure Files Share. I've proved access to the share by remoting onto the VM and persisting credentials using cmdkey and then navigating successfully via the UNC path in Windows…
Mark York
  • 11
  • 1