Questions tagged [iis-10]

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

842 questions
1877
votes
34 answers

Config Error: This configuration section cannot be used at this path

I've encountered an error deploying a site to a server. When trying to load the home page, or access authentication on the new site in IIS, I get the error: Config Error: This configuration section cannot be used at this path. This happens when…
Alex
  • 18,769
  • 3
  • 13
  • 20
65
votes
3 answers

IIS: How to serve a file without extension?

I am using IIS 8 on Windows 8.1. I have an XML file an I need to have it accessed through (servername)/(path) (path) is predefined by someone else and does not contain an extension. I tried the simple solution of removing the .xml file the file…
xander
  • 1,329
  • 2
  • 15
  • 24
63
votes
2 answers

applicationhost.config file path in IIS 7, 7.5, 8, 8.5 and IIS 10?

Anyone please explain me the applicationhost.config file location in the different mentioned IIS versions. Please mention the exact locations in each iis version. Apt answers will be appreciated.
Kathir Subramaniam
  • 1,014
  • 1
  • 12
  • 24
56
votes
6 answers

Url rewrite does not install on windows 10 IIS 10

I need the Url Rewrite module on my IIS But it does not install and says that I need at least IIS7
Boas Enkler
  • 11,465
  • 12
  • 61
  • 128
40
votes
2 answers

Install webdeploy on W2016 IIS 10

How to install web deploy on IIS 10 W2016? So far I have tried Using web platform v5 to installation of "web deploy 3.6" After installation I have updated the web deploy service to run under local admin account. I have manually turned off the…
cpoDesign
  • 8,060
  • 11
  • 56
  • 98
33
votes
3 answers

How do I enable Failed Request Tracing in IIS 10.0 on Windows 10 development PC?

How to I enable Failed Request Tracing in IIS 10.0 on my Windows 10 dev pc? I can find instructions for IIS7 and IIS8.5 (see http://www.iis.net/learn/troubleshoot/using-failed-request-tracing/troubleshooting-failed-requests-using-tracing-in-iis-85)…
user1651370
  • 643
  • 1
  • 6
  • 11
31
votes
12 answers

HTTP Error 500.31 - ANCM Failed to Find Native Dependencies in IIS

I try to run a Blazor application. Web.Server runs .NET Core 3.0 Web.Client runs .NET Standard 2.0 Web.Shared runs .NET Standard 2.0 After publishing and uploading the application to IIS i get this error: HTTP Error 500.31 - ANCM Failed to Find…
Westerlund.io
  • 2,351
  • 4
  • 22
  • 36
23
votes
4 answers

How to make the .net HttpClient use http 2.0?

I have an asp.net web api hosted on IIS 10 (windows server 2016). When I make a GET request to this from a Microsoft Edge browser, I see that HTTP 2.0 is used in IIS logs 2015-09-20 21:57:59 100.76.48.17 GET /RestController/Native - 443 -…
tcb
  • 3,612
  • 3
  • 26
  • 48
20
votes
3 answers

Why does Set-ItemProperty have no effect for IIS applications under Windows 10?

Most of our web applications include a Deploy.ps1 Powershell script. Octopus Deploy uses this to configure apps during production deployments, but we also use it to set up developers' local IIS settings. Works absolutely fine on Windows 7, Windows…
Dylan Beattie
  • 50,029
  • 31
  • 120
  • 189
18
votes
4 answers

ASPNETCoreModule not installed with .NET Core SDK

I installed VS 2017 along with .NET Core SDK on Windows 10. But it did not install ASPNETCoreModule as shown in figure 2 below. I thought .NET Core SDK should have installed it implicitly - and one does not have to install it separately. NOTE: I'm…
nam
  • 15,516
  • 23
  • 104
  • 228
15
votes
1 answer

IIS 10 on Windows Server 2016 not running my ASP.NET MVC website

I just bought a new Cloud based Virtual machine with Windows server 2016 installed. I also make sure IIS 10 has .NET Framework 4.6 and ASP.NET 4.6 installed. My ASP.NET MVC application targets .NET 4.5 and is successfully published to the 'Default…
NJUHOBBY
  • 732
  • 3
  • 8
  • 26
15
votes
8 answers

HTTP Error 500.19 in IIS 10 and Visual Studio 2017

I know that similar questions have been asked but their answer are not solving my problem. HTTP Error 500.19 - Internal Server Error The requested page cannot be accessed because the related configuration data for the page is invalid. …
Samurai Jack
  • 2,355
  • 5
  • 29
  • 48
14
votes
5 answers

IIS 10 Application Pool fall a sleep

We have ASP.NET Core application used internally which are used during office hours and a batch that should be processed 3 AM every morning which is scheduled by HangFire like this: RecurringJob.AddOrUpdate( () => MyBatch(), …
Westerlund.io
  • 2,351
  • 4
  • 22
  • 36
11
votes
0 answers

Solve HTTP2 Download Failed Network Error

Environment ASP.NET website .NET 4.6.1 Hosted in IIS 10.0 on Windows Server 2016. Web.Config: Button Click: protected void…
10
votes
1 answer

My ASP.NET Core app says it can't read web.config

I get this error when I access my app which I published to local IIS: HTTP Error 500.19 - Internal Server Error The requested page cannot be accessed because the related configuration data for the page is invalid. My web.config is really…
ekolis
  • 4,695
  • 5
  • 33
  • 65
1
2 3
56 57