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

How to configure entity tags (ETags) on IIS 8.5?

YSlow is complaining about some images with misconfigured ETags, I found some articles and followed the instructions, but it is still not working for me in IIS 8.5 Any idea what is the right way to ADD eTags or how to add a Rewrite Rule that can do…
Yovav
  • 101
  • 3
0
votes
1 answer

IIS 8.5 Request Filtering block referrer spam traffic

Recently I'm having a lot of requests that I see in google analytics from these domains (+25…
juFo
  • 423
  • 3
  • 11
  • 22
0
votes
1 answer

How to find the current number of https connections to IIS?

I recently enabled https for my site https://cooltext.com that runs on IIS. I'd like to know how many of my users are using https vs http. Google is directing search users to the https site, but most users are hitting http from some link or by…
0
votes
0 answers

Traffic not recorded in IIS logs and not responded to by IIS

I have IIS running 5 websites with different app pools on a Windows 2012 server. One of the sites became unresponsive. Checking IISLogs for that site there is no record of traffic during that time. The last log entry for the unresponsive site was…
M6rk
  • 63
  • 5
0
votes
2 answers

How to repair IIS when it loses its configuration?

I am working with IIS Manager 8.5 on Windows 8.1 x64. I have been using this installation for more than half a year for developing a large web-app. Everything was configured based upon an internal step-by-step guide on how to set up development…
O. R. Mapper
  • 153
  • 1
  • 2
  • 9
0
votes
1 answer

Apache Reverse Proxy in front of RD Web Access IIS

I have just configured a Microsoft Remote Desktop Services service on an internal Windows Server 2012 R2 server. I have access to RDP through outside the network with port forwarding. However, because I have additional web servers running on port…
0
votes
1 answer

IIS Central Certificate Store and SNI

I'm trying to get IIS 8.5 on windows Server 2012 R2 to actually use the central certificate store, but i can't figure it out. I have two instances of IIS setup using shared configuration and NLB, these will be acting as frontend reverse proxies…
Beau Trepp
  • 223
  • 2
  • 6
0
votes
1 answer

IIS Manager changes are saved to USER web.config instead APPLICATIONHOST.CONFIG

I face a problem when changing setting using IIS MANAGER in Windows 2012 R2. All changes made are stored in web.config user file, and this is a problem, beacuse when user update the App, the web.config is overwrighted and all changes are loose. How…
0
votes
2 answers

Map different paths to separate websites

Running on IIS 8.5, I have 4 different sites running asp.net applications, let's say a:80, b:7777, c:8888 and d:9999 (all running on different ports) Is there a way to have domain.com point to default web site a and the 3 other apps -> domain.com/a…
gsogoly
  • 101
  • 2
0
votes
1 answer

ModSecurity IIS Block Out of Country IPs by X-Forwarded-For

Problem We've had someone that has been trying to crawl our site with random, malicious urls (for about 12 hours now). Here is the log file 2016-06-29 08:17:02 10.X.X.X GET /assets/plugins/lightbox/Images/url - 443 - 10.X.X.X…
Jack
  • 119
  • 4
0
votes
1 answer

IIS security - restrict users access by username AND IP address

I have a customer who has hit us with an unusual requirement, they would like to restrict users access by IP address, so that User 1 can only access the system from IP addresses A,B,C and User 2 can access from addresses A-D and F. I'm not aware if…
Neil P
  • 175
  • 1
  • 2
  • 7
0
votes
2 answers

Binding a host name in IIS 8.5 causes "Authentication Required" prompt

In Windows Server 2012 R2 with IIS 8.5, I have an FTP site working fine with anonymous access, as long as no host name is specified in the site's bindings. As soon as I enter a value for the host name, the client browser (tested in Chrome) displays…
Rob
  • 3
  • 2
0
votes
1 answer

binding sites to subfolder

I want to configure 3 intranet websites (site1, site2 and site3) running on IIS. I want to be able to use http://hostname/site1 http://hostname/site2 http://hostname/site3 In the future I also want to be able to bind http://nameofsite1/ ->…
Tarscher
  • 103
  • 3
0
votes
0 answers

Why is IIS Responding with the wrong binding?

I have two websites hosted on a server using IIS. One is served on port 80 and is simple HTML, no compiled code. The other is on port 90 and is hosting an ASMX web service. Every once in a while, when I type the server's IP address into a web…
Jrud
  • 113
  • 1
  • 6
0
votes
1 answer

Calling an URL from a Windows Server 2012 + IE 11 fails with KRB_AP_ERR_MODIFIED error

My problem : Calling an URL from a Windows Server 2012 with IE 11 fails on a IIS Application (with Windows Authentication and Kerberos activated) : After 3 captures of the correct password, I get a 401 error (not authorized) and I can see the…
nmariot
  • 61
  • 5