Questions tagged [iis-8]

Internet Information Services (IIS) Version 8 is a web server and a set of feature extension modules created by Microsoft for use with Microsoft Windows, and shipped with WIndows 8 and Windows Server 2012.

Internet Information Services (IIS8) is a web server and a set of feature extension modules created by Microsoft for use with Microsoft Windows. IIS8 is available with Windows 8 and Windows Server 2012.

Some IIS Links:

2029 questions
28
votes
13 answers

IIS UrlRewrite is not working for IIS 8

I have just moved my website to new computer which uses IIS 8 from one has IIS 7.5. All but URL rewriting is working well. there is no error message than "HTTP Error 404.0 - Not Found" which I got. What I've only recognized is, there is an entry…
alper
  • 389
  • 1
  • 3
  • 5
26
votes
2 answers

304 not modified on static files

After moving the project to the production server, I found that static files, such as images, will not be returned with status "304 not modified", although there are cache headlines like "Last-Modified" and "Expires". Request…
dima_horror
  • 3,098
  • 1
  • 20
  • 24
25
votes
2 answers

What's the optimal "Dynamic IP Restriction Settings" in IIS8

So I have turned this on in my Azure cloud service site to try mitigate spiders and bots hitting us an absurd amount of times. Has anyone had any experience with these settings? Deny IP address based on the number of concurrent request: Maximum…
dimoss
  • 1,506
  • 2
  • 16
  • 24
24
votes
3 answers

Chrome network Timing , how to improve Content Download

I was checking for XHR calls timing in Chrome DevTools to improve slow requests but I found out that 99% of the response time is wasted on content download even though the content size is less than 5 KB and the application is running on…
24
votes
5 answers

Enable both Windows authentication and Anonymous authentication in an ASP.NET Core app

I know that this has been asked many times before, but unfortunately not about ASP.NET Core web apps, just the classic ASP.NET web apps. All the answers i've found on the internet don't help me, because the IIS configuration of ASP.NET Core apps is…
ashilon
  • 1,791
  • 3
  • 24
  • 41
21
votes
4 answers

How to enable SMTP for IIS 8?

I can't find where to enable the SMTP on Windows 8 Pro. Surprisingly enough I didn't even find answers online. Has anyone figured this out yet? As usual I checked that all necessary IIS components were installed: Still no SMTP configuration on…
eestein
  • 4,914
  • 8
  • 54
  • 93
20
votes
2 answers

Azure Web Role "warm up" strategies

I found that making requests to our web role after periods on inactivity would result in a very slow request (up to 30 seconds). After that initial request, the role would perform as it should. After much Googling, I came across four different…
Dave New
  • 38,496
  • 59
  • 215
  • 394
19
votes
2 answers

How do you change session timeout in IIS 8.5?

I'm in IIS 8.5 on Windows Server 2012 R2 and I want to see what the session timeout is. Under "Feature view", I see a session category so I open that up. Session state is set to in-process. Further down the window I see options to set timeouts but…
Roto
  • 527
  • 2
  • 4
  • 16
19
votes
4 answers

SQL Server Pre-Login Handshake Acknowledgement Error

We have a production website with a mixture of classic ASP, inline .Net and compiled .Net that talks to a SQL Server instance where both are VMs on the same physical box and everything there works great. In order to do some testing with new features…
Scott Salyer
  • 2,165
  • 7
  • 45
  • 82
16
votes
4 answers

IIS Deployed ASP.NET 5 BETA 8 site to IIS gives HTTP Error 500.19 - Internal Server Error

I created a new ASP.NET5 Beta 8 Web Application. I publish it to my local file system and copy those files to my server which is a Windows Server 2012 R2 In IIS 8.5 on the server I create an application that uses an app pool that uses Process Model…
devfric
  • 7,304
  • 7
  • 39
  • 52
16
votes
1 answer

Authentication-Protected nuget.server

I am trying to setup an instance of nuget.server which is password protected not only for pushing packages, but also for pulling/downloading packages. I did not see a way to do this with nuget by default, so I password protected the folder in which…
Jake
  • 3,411
  • 4
  • 21
  • 37
16
votes
7 answers

Why are blank pages being served with "200 OK" for asp.net errors in IIS 8.5 (Win 2012 R2)?

I've set up a new Windows 2012 R2 server running IIS 8.5. We noticed that when an error occurs (eg the ASP.NET State Service was not running) that instead of outputting a 500 status code error screen, the request actually returns a totally blank…
NickG
  • 9,315
  • 16
  • 75
  • 115
16
votes
4 answers

Azure Appcmd startup task, setting preloadEnabled for ALL sites

Okay, so I'm basically in the process of implementing azure warmups using the new IIS 8.0 Application Initialization module. I've got a startup task (cmd file) that basically already cancels out the idle timeout in IIS and the recycling time. I'm…
Mathew Thompson
  • 55,877
  • 15
  • 127
  • 148
15
votes
4 answers

.NET Core 3.0 and IIS: HTTP Error 500.30 - ANCM In-Process Start Failure: failed to load coreclr

My application runs fine within IIS Express on my development workstation, but I am having trouble deploying it to IIS. I receive the following error when I browse to the application: HTTP Error 500.30 - ANCM In-Process Start Failure There's not…
Yossi G.
  • 939
  • 1
  • 8
  • 22
15
votes
3 answers

Cannot connect to Localhost on server running IIS

I recently installed IIS on a Windows 2012 R2 server and can't seem to connect to localhost, the IP, server DNS, etc. I've tried the following and nothing seems to be helping: In CMD run netstat -ano to check that port :80 is listening (it…
Stan
  • 1,191
  • 2
  • 15
  • 27