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

HTTP Requests to directory with Client Certificate Authentication result in 401.2.5 response code?

I am in the process of upgrading a Web Server from Windows 2003/IIS6 to Windows 2012/IIS8.5. So far so good, except for one thing. I have a Web Service that works on the original server, but when I configure it in W12/IIS8.5, every request is…
Eric Belair
  • 301
  • 2
  • 12
1
vote
1 answer

IIS server farm with ARR: Why does HTTP_X_FORWARDED_FOR have a port number?

I've got a server farm set up in IIS 8.5. When I inspect the HTTP_X_FORWARDED_FOR header in my application code, it gives me the correct IP address but it contains a colon and a port number. E.g. HTTP_X_FORWARDED_FOR 127.0.0.1:64031 I know that…
theyetiman
  • 111
  • 5
1
vote
3 answers

Remove server header from IIS 8.5

I have IIS 8.5 installed on my Windows server 2012 R2. I am trying to remove the Server: Microsoft-IIS/8.5 header from my responses. I tried installed URLScan but it fails to install with the following error IIS Metabase is required to install…
1
vote
0 answers

WebDav Performance - Drive mapping vs Web Browsing

I can't seem to find any information about this topic. We have setup an IIS server with WebDav support and this seems to be a fine solution but we're getting fairly slow performance out of a specific folder. Although this folder has about 2600 items…
1
vote
1 answer

How can I use IIS administration commandlets on Windows Server 2012 R2?

I'm trying to use IIS administration commandlets such as Get-IISSite on a Windows Server 2012 R2 computer. I've already installed IIS Server and all IIS Management Tools roles and rebooted the server. However, when I open a PS commandline as…
Adrian Grigore
  • 1,072
  • 3
  • 21
  • 34
1
vote
1 answer

Why does a new application pool identity have write access?

I am running IIS 8.5 with PHP (various versions) via FastCGI. Impersonation is on in the PHP config for FastCGI. The app pool is set to use the App Pool Identity. In fact, if I actually specifically deny access to write to a file, it behaves…
AJ Henderson
  • 369
  • 3
  • 15
1
vote
1 answer

How to view history of requests including usernames to HTML site with IIS?

I'm using an HTTP site to deploy an application to the people at my work. I'm using Windows Authentication and want to see a history of what users have made requests to the site in order to know who has installed the application. Is there a way for…
1
vote
1 answer

Adding bindings to multiple SSL certificates for the same site IIS

Given the following scenario; i have 2 domains - mysite.com and deploymysite.com, mysite.com is pointed at our live server farm which is created from an image of our deploy machine. I want to point the domain deploymysite.com at this deploy machine.…
Uberzen1
  • 179
  • 1
  • 1
  • 8
1
vote
0 answers

Web deployment failing on IIS 8.5

I'm trying to get Web Deploy setup on an IIS 8.5 server running on Server 2012 R2. When attempting to deploy from Visual Studio I get the following error: Web deployment task failed. (Could not connect to the remote computer ("foo"). On the…
rybl
  • 245
  • 2
  • 8
1
vote
0 answers

Apache ProxyPass => IIS 8

TL;DR: Web tasks taking longer than 5 minutes through an Apache ReverseProxy errors out. Tasks/reports of shorter duration succeed. Directly accessing reports succeeds (http://internalserver/foobar.aspx instead of…
WernerCD
  • 344
  • 2
  • 6
  • 18
1
vote
0 answers

Redirecting using ARR 400.0 error

I have installed ARR 2.5 + hotfix on IIS 8.5, and I wanted to redirect requests coming to IIS to my Tomcat web application (Example localhost/test). I created rules and it worked successfully, but I'm implementing SSO on this webapp, so I need to…
WT86
  • 131
  • 6
1
vote
2 answers

Coming from Azure to AWS, AutoScaling EC2 IIS & Deployments don't make sense

So we've been running a single server, and all has been well (in development). But now its time to setup some auto-scaling, and I'm a bit lost. We currently have publish profiles setup. When we build on our buildserver, we have a publish profile to…
Jack
  • 119
  • 4
1
vote
2 answers

Firefox not receiving full certificate chain

Server: Windows 2012 R2 / IIS 8.5 using SNI (Azure Virtual Machine) I have an SSL certificate that has been installed and is working in all browsers except Firefox and iOS Safari. The chain in Chrome and IE appears as follows: Baltimore CyberTrust…
Jonathan
  • 111
  • 3
1
vote
0 answers

Random/Intermittent PHP require_once error

I have an unusual problem that is hard to nail down to a specific cause. I'm running a WordPress website on PHP 5.6, IIS 8.5 and Windows Server 2012 RT2 In the past and more frequently this week, the website has been going down with a PHP white…
Luke Franklin
  • 151
  • 1
  • 5
1
vote
0 answers

Setting up revers proxy on IIS 8.5 and Windows 2012 R2 does not work properly in some cases

I have installed Orchard as a CMS on our web server at a different port number. This CMS works fine when I try to access it through localhost. Everything looks normal. However, I'd like to publicize it through our website as https : // MyWebsite dot…
Arash
  • 103
  • 1