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
0 answers

How to hide the IIS 8.5 Header when response code 403.7 is returned?

We have a ColdFusion 11 website, requiring client certificates, running on a publicly accessible Windows Server 2012R2 running IIS 8.5. There is a URL rewrite rule in place to remove the value set in the response header for Server. This rule is…
1
vote
1 answer

using appcmd to set physical path of a website

How can I use appcmd in IIS7 to set the physical path of a website? Something like... appcmd set site summit /[path='/'].path:c:\newpath
John Livermore
  • 303
  • 1
  • 3
  • 8
0
votes
1 answer

Integrated Windows Authentication No Longer Working As Before With Some Windows Clients

Recently a custom application of mine that is hosted on IIS 8.5, Windows Server 2012 R2 that uses Windows Integrated Authentication against Active Directory stopped working properly on some Windows Clients. The site uses SSL and has a valid…
0
votes
0 answers

How to find when an SSL certificate was bounded to a site in IIS?

In IIS, we created a self-signed SSL certificate few days back. We wanted to see the date/timestamp when that certificate was bounded with the website. How can we do that? We are using Windows Server 2012 R2 and IIS 8.5. Thanks.
SJaka
  • 145
  • 1
  • 3
  • 14
0
votes
0 answers

IIS 8.5 getting 404 for some images and not others in same folder

I've seen a number of posts about getting a 404 for all files or all files of a certain type. In my case, some files can be accessed and some can't. I open IIS, click on the website and switch to Content View. I right click on an image and click…
jbassking10
  • 101
  • 1
0
votes
0 answers

IIS8 ssl error when using default website

I am running a server with several websites on IIS. The websites use host names, have bindings for http and https in order to redirect http to https using URL rewrite, and use SSL without any problems. I have created a new website running WordPress…
0
votes
0 answers

IIS Manager is loading the wrong internal DLL

I'm on Windows Server 2012 R2 and IIS 8.5.9600 that was working fine in a development environment. All of a sudden IIS Manager is giving me errors about missing functions when trying to use the UI, for example…
Alex
  • 131
  • 5
0
votes
0 answers

IIS Windows authentication works when I authenticate with {user}, but doesn't when I authenticate with {domain1}\{user}

I spun up an IIS server on my domain and verified I could go to http://mycomputername and it displays the default IIS page. I then enabled Windows Authentication and disabled anonymous authentication and the web.config file now looks like…
0
votes
1 answer

Website Deployment Configuration Issues - 404 error

I have created a website using VisualStudio 2013 to be used on an organizations intranet. I have successfully deployed it (locally) such that the "Test" version is running on my desktop and allows users to test it by typing in my machine's IP…
wolfsshield
  • 103
  • 4
0
votes
1 answer

can't bring https protocol to running

I have a wordpress website, hosted on Windows Server 2012. http is working, but https is not! I got a SSL certificate from the provider (via digicert), and installed in into the Certificate Store in "Personal" In IIS, on the website, I chose "Edit…
askolotl
  • 103
  • 3
0
votes
0 answers

IIS adds the `Host` header in URL rewrite

In IIS 8.5 I am using URL rewrite to forward the request to an external server (in server farm). The problem is that rewrite is adding the Host header to the request to the external server, which is causing that server to respond with an…
Matt
  • 101
  • 3
0
votes
0 answers

IIS/ASP.NET Security Settings

I have a Windows Server that is a member server of an AD domain. On it there is an IIS web site with Physical Path set to D:\www. The site's Application Pool is set to a .NET CLR Version v4.0.30319 one with Integrated pipeline mode and running under…
Old Geezer
  • 397
  • 8
  • 25
0
votes
0 answers

Http Post - long delay at state ExecuteRequestHandler

I have an asp.net mvc website hosted on Windows Server 2012r2 Standard which uses KnockoutJS to display data in a grid. This server is dedicated to the process that I'm having trouble with - it does not server any other requests. An ajax call is…
tr0users
  • 413
  • 3
  • 11
  • 16
0
votes
0 answers

IIS redirect for https

I'm using the URL rewrite module from IIS It is working fine for https redirect e.g. http://some.site.com --> https://some.site.com The subdomain changed so I adjusted the rule http://some.site.com --> https://some2.site.com This works…
TomB
  • 101
0
votes
0 answers

iis 8.5 NET::ERR_CERT_REVOKED yet able to download CRL files

Customer has existing SSL from godaddy with multiple SAN and we're migrating to IIS 8.5 on 2012 server. Generated sha256 CSR to godaddy for this Windows server and downloaded two files for IIS. Placed the intermediate file in MMC intermediate…
sam452
  • 269
  • 1
  • 6
  • 15