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
-1
votes
1 answer
How do I solve a 403 or redirect error in IIS Manager
403 or redirect error keeps appearing in the browser even though I have done my redirects properly in IIS Manager. I have tried clearing my cookies, this did not work.
Edit: enabled direct browsing in IIS Manager and this is the result (the fifth…

user14993599
- 1
- 1
-1
votes
1 answer
IIS10 UrlRewrite, multiple canonical TLD's & non-canonical sub-domains + HTTPS
I'm having some trouble with URL rewrite.
I have a website that hosts multiple child sites all within the same Site in IIS10. The primary site has 3 TLD's that should redirect to a primary canonical TLD.
On the same site there are multiple…

UserSN
- 953
- 1
- 11
- 33
-1
votes
1 answer
How to set pass-through authentication account in IIS?
In IIS Mangager, I want to customize a site for an ASP.NET project. I want to use a custom pass-through authentication account.
What is the actual User name & password here?

Chanchen Pork
- 85
- 9
-1
votes
1 answer
500 error : Unable to get required configuration section 'system.webServer/aspNetCore'
I have an internal server error at my .NET Core web service launch. Tuesday morning, the web-service was lauching well, Tuesday afternoon a windows update has been installed (KB4570720 package), Wednesday I have this 500 error...
The IIS error page…

ordiminnie
- 97
- 10
-1
votes
1 answer
HTTP/2 on windows server 2016 not enabled
I read that server 2016 IIS 10 support HTTP/2 by default.
I have several IIS servers with win server 2016 (1607) OS, IIS 10.0.14393.0
when I check the site protocol in dev tools, it shows HTTP/1.1
checked:…

holder
- 93
- 1
- 10
-1
votes
1 answer
Not able to open site on port 81 with Virtual IP using URL rewrite
I have 2 machines in LAN with internet. Hosted 2 websites on 1st server on Port 80 and Port 81. I am able to access both the websites in LAN using Private IP, but Not able to open site on port 81 using Virtual IP. I use the URL as…

Mahen
- 3
- 5
-1
votes
1 answer
How to set IIS url rewrite for http header
This is an inbound rule in my iis web site.
…

barteloma
- 6,403
- 14
- 79
- 173
-1
votes
2 answers
Server Header showing in IIS 10.0 even after removing Server Header from IIS
i am getting an issue, Disclosing IIS version at the Server Response Header and Status Code is displaying "302". Can anyone please give me the solution, how to remove Server Header. I have created a IIS rewrite rule for removing the server header.

Srinivas
- 1
- 1
- 1
-1
votes
1 answer
How do I redirect domain1.com request to domain1.com/app on IIS
I have a angular application hosted on IIS server Under Default web site with folder name app
let say for example my domain name is domain1.com and have static ip for e.g 1.2.3.4
Under my dns configuration i have mapped my domain1.com with ip…

Arvind Maurya
- 910
- 12
- 25
-1
votes
1 answer
Bypass a rule in web.config file based on incoming IP address
I have been trying solutions for 6 hours to get this right but cannot find anything on either stack or microsoft's dev blogs. I am trying to force an HTTPS redirect from all external calls to my website while still going to the HTTP site when the…

ZGC1
- 55
- 8
-1
votes
1 answer
Website asking for windows credentials each time
I have a website published in IIS 10(windows server 2019), in which I have enabled the Windows authentication and disabled the Anonymous authentication.(Then only I am getting windows credential in my application, otherwise getting the IUSR in all…

user12127308
- 1
- 2
-1
votes
1 answer
Simplest Visual Studio project to make calls to a web service
I was wondering what currently is the lightest VS project to make calls to a web API and that can be hosted on IIS? From what I see available, I can either do an ASP.NET WebApp or WCF Service Application. However I'm not sure which one would be…

Alex
- 1,979
- 16
- 24
-1
votes
1 answer
Service reference works on some computers but not all, getting an error that I do not understand
I'm having an odd issue where an api call to the web server is giving an error message. It's not happening on every computer that is calling the api, only a select few.
The odd part of this, I can pull down the database and data files and I do not…

ErocM
- 4,505
- 24
- 94
- 161
-1
votes
3 answers
IIS10 in Windows-Server-2016(AWS) unable to redirect HTTP request to HTTPS
IIS-10 in windows-server-2016 unable to redirect HTTP request to HTTPS.
I tried almost all configurations that are available over internet but still no success.
Note: My server will get sub-directory url as well and few example as…

Vasant
- 101
- 2
- 10
-1
votes
1 answer
Website works on visual studio 2017 but not IIS 10
I have a asp.net web application that I am trying to deploy to IIS on Windows Server 2016. I first ran the application on Visual Studio 2017 and it loads and runs perfectly fine but on IIS when I run it on localhost it loads up but with the code…

cflasrado
- 11
- 2