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
2 answers

2 Applications under 1 Site. I want one bound to 0.0.0.0 and the other bound to 127.0.0.1 but not quite working

(I'll approach this very broadly. I've tried a few things in the Firewall that haven't shaken out) Problem I am having difficulty setting up a private application and a public application in the same Site. Description I have a Windows Server…
K. Alan Bates
  • 223
  • 2
  • 12
0
votes
1 answer

Should I keep SQL Server/ IIS website on the same server?

I know this type of question has already been asked (Difference of speed if SQL Server is on one server and website is on another, rather than both on same server), I don't know if it's applicable to my situation. The current situation: I have one…
0
votes
1 answer

IIS virtual directory permissions keep getting lost

I have a web site running on Windows Server 2012 R2, IIS 8.5.9600.16384. The site has several virtual directories that point to a file share from which documents (mostly PDFs) are retrieved. All of these virtual directories are using a custom…
Dave
  • 143
  • 1
  • 8
0
votes
1 answer

IIS 8.5 Classic ASP and 500 Error

I am getting following error when I run classic Asp page on IIS The page cannot be displayed because an internal server error has occurred. I tried to the following settings, but still I am not able to see Actual code error <% Set cdoConfig =…
user580950
  • 101
  • 1
  • 2
0
votes
1 answer

404 - File or directory not found with IIS 8.5

I am migrating IIS 7 websites to IIS 8.5. My website is using .Net v2.0 and completed everything as per the migration. When I tried accessing the website from local (from IIS) I am getting the page as expected. But trying from external world, from…
0
votes
0 answers

IIS WAS error with eventId 5172 causing AppPool instability

I have an intermittent problem with an IIS site going offline a few times per month. The Event logs show the following errors: Source : WAS EventID: 5053 Message: The Windows Process Activation Service received a change …
bob
  • 163
  • 1
  • 8
0
votes
1 answer

IIS maximum requests per second on 8 Core, 15 GB RAM Server

Currently I am using AWS EC2 servers to get maximum requests per second on server. I am using two EC2 8 Core, 15 GB Servers with AWS load balancer and backend database as Sql server with 8 Core and 30 GB Server. I have ASP.net WebAPI's deployed on…
0
votes
1 answer

Multiple sites one one physical windows server

What I have: Domain, registered by GoDaddy (lets imagine that it named mysite.com) AWS EC2 server instance, Windows Server 2012 R2 Static IP address provided by Amazon Elastic IP and assigned to this server Installed Jira on port 7010 Installed…
0
votes
0 answers

Local request to port 80 via domain name

I'm running a Windows 2012 IIS 8.5 listening on port 80 to requests coming to domain www.mydomain.com, which I have set in my DNS to the server IP. Everything works fine outside, but for whatever reason, when I request that domain from a browser…
0
votes
1 answer

403.14 when accessing site remotely, works on the server

A test TFS instance has just started to play up. Whilst on the server I can access http://localhost/tfs if I attempt it from a remote machine using http://tfs.it.domain.local I get a 403 error. Looking at the IIS logs it's a 403.14. Here is the IIS…
0
votes
0 answers

Windows 2012 IIS 8.5, Stops Responding on Port 80

We are encountering a strange issue with two servers running IIS 8.5 behind a load balancer where periodically both servers stop responding to any requests on port 80 for a short period of time (sometimes less than a minute). Any secure sites…
Neil
  • 83
  • 6
0
votes
1 answer

IIS HTTPS forward only works after full OS reboot

I'm managing a web app on windows server 2012R2 (iis 8.5). I have default.aspx page that redirects to a different app, and also redirects http to https. inetpub\wwwroot\default.aspx <%@ Page Language="VB" %> <% host =…
spuder
  • 1,725
  • 3
  • 26
  • 42
0
votes
0 answers

Configuring Remote IIS Management and "The specified directory does not exist on the server" Error

I've previously used remote management for IIS and web deploy for existing sites but I'm now looking at setting up a new server that I purely manage via IIS Remote Management. I have hit a stumbling block where I cant specify the physical path for…
mjjames
  • 151
  • 6
0
votes
2 answers

Why IUSR does not have any permission on wwwroot

I'm trying to understand IIS 8.5 user account model. IUSR: default anonymous user (can be changed). it is the identity which request the web resource ApplicationPoolIdentity: a special identity used for app pools IIS_IUSRS: it is a group where all…
giammin
  • 107
  • 2
  • 8
0
votes
0 answers

iis8.5 Not Found page, SNI and Host Headers. Refuse Connection Possible

I am using IIS8.5 to host a few internal and external sub domains. Everything is working prefect but I have one thing I would like to change and I have no idea where to start. I have set each site http and https bindings and I require SNI since I…