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
1 answer

IIS 8.5 redirect rules and how to make them

Got few domains running on one box, everything with SSL, I am trying to learn this stuff I have domain1.com domain2.com domain3.com everything works. I want to achieve this: If users will fill IP of the box in the browser, I want the users to get…
NickyNick
  • 1
  • 1
0
votes
1 answer

File Server Resource Manager only allow standard letters and numbers in filename

I have a FTP server (IIS) that only allows for certain file types to be uploaded (for example only images). I achieve this with the File Screening feature in the File Server Resource Manager. This works fine so far, however now I need to only allow…
0
votes
1 answer

Virtual Directory IIS 8.5 disabling web.config check

I'm setting up a new template for our web server farm that will host the web application locally instead of from a UNC path. There are a few folders in the application where data is written to that are required to be shared between all of the…
0
votes
1 answer

IIS ssl not working on osx/ios safari video stream

My IIS8.5-server is reverse proxying to my server which is streaming a video from database. My video streams fine on https with chrome, and i have enabled partial content accept ranges on my server. The videos also plays fine on http, but i want to…
Stav1
  • 1
  • 2
0
votes
1 answer

IIS 8.5 - serving compressed file on first request

I've read this post. It says that a file is compressed (on default) only if it was requested 2 times in a 10 seconds period. How should I configure frequentHitThreshold and frequentHitTimePeriod for making the server compress and cache a static file…
johni
  • 109
  • 1
0
votes
1 answer

how to configure a URL rewrite without affecting Web services

I am trying to configure IIS 8.5 to redirect to SSL, without redirecting web services that come in on other ports. I have been reading about this for days on various sites, and found excellent instructions and tutorials for setting up the cert and…
htm11h
  • 170
  • 11
0
votes
1 answer

Authentication Configuration with IIS 8.5 on Windows Server 2012

I have a site hosted using IIS on a Windows Server 2012 R2 server. The application is configured to use an application pool that uses the NetworkService account as the application pool identity. The site is also configured to use the pass-through…
Liam M
  • 111
  • 1
  • 5
0
votes
1 answer

IIS 8.5 500.19 status code with 0x80070038 access share

We are experiencing an intermittent issue with websites accessing resources/images over CIFS/SMB shares (running on our storage array). It comes and goes and we are trying to get to the bottom of it. The error code in the browser is 500.19 with the…
0
votes
1 answer

IIS Web Farm site stuck on starting on other servers - 0x800710D8

We have a win 2012/IIS 8.5 web farm up and running using a shared config. All was working great on the servers and we would create a site on one server and it would go across them all. We run into an issue with the servers and had to change a…
John Fox
  • 310
  • 4
  • 15
0
votes
0 answers

When I try adding a new site to iis 8.5 on Windows Server 2012 R2 it says it already exists

When I try adding a new site to iis 8.5 on Windows Server 2012 R2 it says it already exists. This is the first site I'm trying to add. I am not finding where this site may or may not exist. Essentially what I am trying to do is copy my websites to a…
jaxcoder
  • 31
  • 1
  • 8
0
votes
1 answer

IIS 8.5 on Windows Server 2012 R2 cannot handle more than one concurrent connection

I am in a bizzare situation. Here's my scenario: I have been working on an MVC5 Web API2 Project hosted on Rackspace hosting. According to the diagram I've added, the API project is AppOne. We have two data sources, one is MongoDB hosted in a Linux…
Mushfiq
  • 101
  • 2
0
votes
0 answers

How to recover deleted WSUS Administration from IIS 8.5

The default WSUS Administration somehow got deleted from IIS Sites by doing-> Right Click -> "remove" under - Sites I now need to recover the site, preferably without configuring WSUS from scratch. Any idea if I can simply recover a site? Is there…
user2629636
  • 774
  • 5
  • 19
  • 40
0
votes
1 answer

Host multiple sites on IIS Windows EC2 Instance

I have an Amazon EC2 Windows Server 2012 instance set up with IIS 8.5 and I'm trying to setup multiple sites, each with a unique port binding. The problem comes when trying to access these sites from outside the instance. Configuration: I have…
0
votes
2 answers

Unknown Amazon Route 53 health checks create too much traffic. How to stop them?

We have just deployed a new asp.net site on IIS server. Now we started receiving a lot of requests with a header Amazon+Route+53+Health+Check+Service;+ref:;+report+http://amzn.to/1vsZADi We haven't setup any health checks and we are not using…
mai
  • 111
  • 6
0
votes
1 answer

FTP user cannot log in for a certain time at random times IIS 8.5 Error 530

We use FTP to send data (XML) from one server to another. Basically, there is a scheduled task at server A, which uploads XML files whenever there are available, to server B by using FTP. Since this is a scheduled task, the parameters being used…
Zeep
  • 107
  • 2
  • 6