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

How can I install a certificate into IIS on machine the cert request wasn't generated from?

I generated a request from a production web server, then gave it to my boss who sent it off and then emailed me back the 4 .crt files he received. On another server (our staging server) I installed the 3 root certs and 1 intermediate cert using…
BVernon
  • 403
  • 1
  • 7
  • 19
2
votes
1 answer

IIS returns 404 when trying to access static files on certain file types

I have a specific file type of .notebook that IIS is blocking. I tried going into request filtering and adding .notebook with allow set to true, but I still get the 404. Anything else in this folder will download, just this one type is being…
2
votes
2 answers

IIS WebLimits not being respected

So I've configured IIS8.5 on Win 8.1, like so: appcmd.exe set config -section:system.applicationHost/webLimits /connectionTimeout:"00:00:03" /commit:apphost I've verified that the setting appears applied. I've done an IISRESET (in desperation),…
Nik
  • 228
  • 3
  • 14
2
votes
1 answer

Secure PHP on IIS 8.5

I'm using IIS 8.5 on Windows Server 2012 R2 to host ASP.NET and also PHP-Applications. Because there are a few different PHP-Apps, I want to restrict the access by using open_basedir. The problem: With the IIS PHP-Manager it's not possible to use a…
Lion
  • 506
  • 10
  • 21
2
votes
0 answers

Can't close IIS Worker Process. Can't soft restart Windows

I'm a developer using the IIS to host my web applications, both home and a the office. At work my project is built using ASP.NET WebAPI on the server side and HTML/AngularJS on the client side. At home my project is built using node.js on the server…
Palpie
  • 235
  • 2
  • 4
  • 11
2
votes
1 answer

How does one enable FXP in Windows Server 2012 R2 IIS 8.5's FTP?

I have opened 2 threads at Microsoft's places…
owah
  • 23
  • 1
  • 3
2
votes
1 answer

File access randomly breaks returning 500.19 erros on IIS

We have two web servers running IIS 8.5 on Windows Server 2012 R2. The two servers are located behind a load balancer. The web servers are running a ASP.NET MVC application which, among other features, allows users to access PDF files. Those PDF…
2
votes
1 answer

Microsoft IIS Rules with Reverse Proxy and Static

I have an IIS Server that originally hosts static HTML in wwwroot but then we decided that if a Baidu Spider tries to crawl we will map the traffic to our NuxtJS Web Server running also beside the IIS Server. So we installed ARR (Application Request…
1
vote
1 answer

website error on new server

I have this code running on 8 servers. Now I'm standing up the next 4. I've reproduced this issue on all 4 servers. At first, I get: System.InvalidOperationException: The view 'Index' or its master was not found or no view engine supports…
BWhite
  • 143
  • 4
1
vote
0 answers

PHP 7.3 doesn't show in WPI in IIS 8.5

I have 3 Windows servers, two of them are Windows Server 2012 R2 - IIS 8.5 and the other is Windows Server 2012 - IIS 8.0 I wanted to update to PHP 7.3.x automatically through the Web Platform Installer, but in both R2 boxes with IIS 8.5 there…
MirrorMirror
  • 105
  • 2
  • 12
1
vote
0 answers

How does one configure the Microsoft Message Analyzer on a Windows 10 workstation to trace EWT messages from IIS 8.5 on Windows Server 2012 R2?

I'm trying to trace ETW messages using the Microsoft Message Analyzer. In my searching I found this thread about how to configure it on Windows 7: But I do not understand the following steps: Verify that the MessageFileName and ResourceFileName…
leeand00
  • 4,869
  • 15
  • 69
  • 110
1
vote
0 answers

Event ID 15021 HttpEvent on a wildcard SSL certificate but only get the error on a couple sites

I have IIS running on Windows Server 2012 R2. I have a wildcard SSL certificate on 14 subdomains. I'm seeing a lot of errors in the Event Viewer. Event ID: 15021 Source: HttpEvent An error occurred while using SSL configuration for endpoint…
1
vote
0 answers

Is it possible to mix SSI and non-SSI bindings, same IP address and port, in IIS 8.5

I found a good resources over at a Microsoft blog which goes into detail about IIS, SNI, and even some CCS: https://blogs.msdn.microsoft.com/kaushal/2012/09/04/server-name-indication-sni-with-iis-8-windows-server-2012/ It's a great resource. I read…
user3621633
  • 161
  • 6
1
vote
0 answers

IIS 8.5 - What is the criteria used by IIS to launch the worker processes?

We have a certain application running in IIS 8.5 implemented as a "web garden", with say, Max Worker Processes = 10. The reason for this is long-running requests, DB and network/async intensive, to avoid filling up the queue of the worker process,…
luiggig
  • 111
  • 2
1
vote
1 answer

IIS10 Cors Module Configuration to Allow Cors

I'm having an issue allowing CORS requests on IIS v10 with an 2016 windows azure server. I downloaded and installed the IIS Cors module that is supposed to help take care of this, but I can't seem to get it to work. I keep getting a 405 method…
RTDev123
  • 141
  • 1
  • 1
  • 4