Internet Information Services (IIS, formerly Internet Information Server) is an extensible web server created by Microsoft for use with Windows NT family.[2] IIS supports HTTP, HTTPS, FTP, FTPS, SMTP and NNTP. It has been an integral part of the Windows NT family since Windows NT 4.0, though it may be absent from some editions (e.g. Windows XP Home edition), and is not active by default. Version 10
Questions tagged [iis-10]
1154 questions
12
votes
4 answers
IISRESET windows 10 (IIS 10) Access denied
I'm just wondering, why I get error during an iisreset in my development machine.
When I execute the command in a Command Prompt some times it wokrs,sometimes it throws an Access Denied Error, and sometimes it throws a file not found exception.
If…

CodeHacker
- 2,127
- 1
- 22
- 35
10
votes
3 answers
Implemented IHostedService in an asp.net core app, How to run it without the first request on IIS?
I've implemented IHostedService in an asp.net core website. It works great but the problem is that I want it to be started when the hosting server boots up or the IIS service restarts but it won't unless the first request to the website comes…

Hossein
- 1,640
- 2
- 26
- 41
10
votes
3 answers
IIS application missing Content-Encoding - gzip in Response Header
In Firebug the request header has the following entry:
Accept-Encoding: gzip, deflate
But there's no:
Content-Encoding: gzip
In the Response Header.
Regardless of anything I've tried, following a number of answers on SO and other sites, nothing…

Jacques
- 6,936
- 8
- 43
- 102
9
votes
1 answer
ASP.NET returns HTTP 500 instead of 404
For some reason, my ASP.NET web application returns error 500 (apparently originating from handler "ExtensionlessUrlHandler-Integrated-4.0") when a non-existing route is accessed.
This issue has started to occur after I had changed path="*." to…

O. R. Mapper
- 20,083
- 9
- 69
- 114
9
votes
2 answers
WordPress Error establishing a MySQL database connection IIS10
I'm trying to setup WordPress with MySQL on my local Windows 10 machine.
I'm getting this error:
Error establishing a database connection
This either means that the username and password information in your wp-config.php file is incorrect or we…

Adam
- 6,041
- 36
- 120
- 208
9
votes
5 answers
Windows Process Activation Service not starting - error 13
I have IIS version 10 installed on Windows 10 Pro Version 1709, build 16299.125.
After a Windows update, IIS stopped working. I saw that W3SVC isn't working, because WAS (Windows Process Activation Service) can't be started. When I try to start WAS,…

André Luchesi
- 121
- 1
- 1
- 5
9
votes
4 answers
Missing asp.net features on IIS 10.0
I'm using IIS 10.0 and ASP.NET feature section isn't showing
My environment: Windows Server 2016
My issue is similar to the issue posted here: No asp.net features on IIS 7.5 and No ASP.NET features shown in IIS 7.5
The 'add features' fix mentioned…

Tom McDonald
- 1,532
- 2
- 18
- 37
9
votes
1 answer
Dynamic IP address restriction presence in IIS 10
Are there dynamic IP address restriction functions in Internet Information Service 10 or is there a way to install this module?

vi_me
- 373
- 4
- 17
8
votes
3 answers
Enable CORS is not working after publishing into IIS
I hosted dotnet core 2.2 web api application to local IIS. When i run hosted site, site is working. I am trying to do login from angular, it is not working.
It says Access to XMLHttpRequest at 'http://192.168.43.143:100/Auth/Login' from origin…

Venkateswaran R
- 438
- 2
- 5
- 18
8
votes
5 answers
How to set the 'web.config' file to show the full error message (.NET Core 2.1)
I hosted my ASP.NET Core app on IIS (using the publish-in- folder method). I tried to create my own web.config file to see detailed error messages on the client side. So I added file web.config:

krabcore
- 885
- 2
- 8
- 22
8
votes
2 answers
Tool to validate a web.config
Is there a tool that I can use to validate my web.config? The reason I ask is that the file appears to be valid XML and IIS is complaining that file is invalid. No explanation or indication as to why.
Thanks in advance.
Edit:
HTTP Error 500.19 -…

Graham Harris
- 319
- 1
- 2
- 16
7
votes
1 answer
.Net 5: Hosting ASP.NET Core gRPC Service in IIS 10 at Windows Server 2019
According to this post in Microsoft Doc and this warning section:
ASP.NET Core gRPC has extra requirements for being used with Azure App
Service or IIS. For more information on where gRPC can be used, see
gRPC on .NET supported platforms.
I…

Hasan Fathi
- 5,610
- 4
- 42
- 60
7
votes
0 answers
How to resolve HTTP 404.2 when running a CGI Python mapping on IIS 10.0.14393
I've setup a Windows Server2016 virtual machine, and installed IIS with CGI, ISAPI, .Net, etc... My only ambition for this server is to run python scripts the old CGI way: python file requested, executes in a separate new process, done.
I added a…

BuZz
- 16,318
- 31
- 86
- 141
7
votes
2 answers
Error 404.4 The resource you are looking for does not have a handler associated with it
HTTP Error 404.4 - Not Found The resource you are looking for does not
have a handler associated with it.
web.config

manwithplanet
- 79
- 1
- 5