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

IIS 8.5 cold start

I have a small ASP.NET MVC 5 web application hosted on VDS. VDS has following config: 2.6 Gz CPU, 1 Gb RAM, 20 GB SSD, Windows Server 2012 R2, IIS 8.5. There are maximum 5 concurrent users who can access this site. Everything is working fast, but…
ranquild
  • 113
  • 6
1
vote
1 answer

Web Deploy giving 404, handler missing?

On a brand new install of Server 2012 R2, I want to set up Web Deploy in IIS for one click publishing from the development machine. So I enabled the web management service and installed Web Deploy 3.5, created a .PublishSettings file, and attempted…
jnm2
  • 217
  • 2
  • 3
  • 11
1
vote
0 answers

Is it possible to have SharedConfig enabled in IIS between Windows Server 2008 R2 (IIS7.5) and windows server 2012 R2 (IIS 8.5)

We have a webfarm with 3 web servers all in windows server 2008 r2. One of our servers has some hardware issues and we are looking to get a new server to replace it, however it is actually cheaper to get a server with a more memory which actually…
1
vote
1 answer

IIS 8.5 Outbound rewrite rules cannot be applied when the content of the HTTP response is encoded ("gzip")

I'm configuring IIS to work as a proxy in front of several java web servers. I know that static compression cannot be enabled when using rewrite rules because the outbound rule won't work. There are several post concerning this issues and some blog…
jelle
  • 35
  • 1
  • 8
1
vote
1 answer

IIS_IUSRS and DefaultAppPool permissions do not work

I am setting up a PHP application on IIS 8.5 on Windows Server 2012 R2. I have successfully set up this application before on several Windows Server 2008 R2 and Windows Server 2012 machines, but this is the first 2012 R2 machine I am using. The PHP…
Moshe Katz
  • 3,112
  • 5
  • 28
  • 43
1
vote
0 answers

Problems with excluding an url from being redirected

I'm retiring the legacy site http://extranet.contoso.com but there's a specific functionality that will be needed for a while still. What I'm trying to achieve is the redirection of all requests to an info page at…
PeterL
  • 11
  • 3
1
vote
1 answer

IIS Send 200 Instead of 405 when POST to a Static File

I am trying to deploy a static network speed test application. IIS need to behave like This Nginx Config. Everything working fine, but I need to send 200 instead of 405. When Running Upload Test. (POST request to a Static File) Looking for ISS…
1
vote
1 answer

Retrieve parent folder size for each IIS site

Im trying to get a list of sites from IIS (8.5) to include the folder size but cant get this to work. Below is the current code i have that is working without the size Import-Module webAdministration # Required for Powershell v2 or lower …
Computer
  • 111
  • 2
1
vote
0 answers

How to block those requests?

One of my website seems to be being under attack. I am getting requests, as shown below, from several IPs addresses. Is there a way to block them?
Corobori
  • 123
  • 6
1
vote
1 answer

IIS 8.5 (Win 2012R2) + Automatically redirects to HTTPS when binding added

I try to understand a strange behavior I've never seen before. I have a site. HTTP hostname-binding on port 80 are configured. The site are accessible on HTTP. When I add a HTTPS binding (tried bout SNI and without) I can access the site over…
Sam
  • 370
  • 1
  • 4
  • 18
1
vote
0 answers

Is granting write and execute permissions for app pool a bad idea? (IIS 8.5 on win 2012)

in a scenario where multiple websites will be running on IIS 8.5, each website has its own app pool, the app pool has full permissions to write (including uploading DLL) along with execute permissions for running the app. The permission is given to…
Mosta
  • 111
  • 2
1
vote
1 answer

Can't download letsencrypt certificate using webroot method of certbot

Following this guide for windows installation, i try the webroot method, from an elevated cmd shell: C:\WINDOWS\system32> certbot certonly --webroot The command fails with unauthorized error, because IIS is does not expose hidden folder .well-known…
Miguel
  • 541
  • 4
  • 7
  • 17
1
vote
0 answers

CNAME and masking

I need help with iis and CNAME if i have a website on my iis, lets say: store.domain.com and i want cname as follow: br.domain.com i need the br.domain.com to stay as the url but to show the store.domain.com content of the website what i want is…
Y.G.J
  • 317
  • 5
  • 14
1
vote
0 answers

PHP FastCGI Process Manager (FPM) on IIS

Is there a way to enable fpm-fcgi sapi on IIS? I'm aware that the default SAPI for PHP on IIS is cgi-fcgi.
1
vote
1 answer

Tomcat 9.0.35 with JDK 11 behind a IIS 8.5 ISAPI redirector

I am trying to install Tomcat 9.0.35 using JDK 11 on Windows 2012 R2 VM. This will an upgrade from Tomcat 9.0.11 and JDK 10. I am having issues with ISAPI Redirect. I see the following errors in ISAPI logs: [2912:2028] [info]…
ops_guy
  • 11
  • 4