.NET Core IIS websites stopped working HTTP Error 500.19 - Internal Server Error

1

After I updated vs2017 to the latest version this morning and uninstalled vs2019 Enterprise Preview (v16.0) and installed vs2019 Enterprise (v16.1), and installed latest Windows updates all .NET Core 2.0.0 website no longer starting.

HTTP Error 500.19 - Internal Server Error The requested page cannot be accessed because the related configuration data for the page is invalid.

Complaining about web.onfig file:

Specifically regarding this element:

System.Runtime.InteropServices.COMException (0x80004005): Line number: 10 Error: The configuration section 'system.webServer/aspNetCore' cannot be read because it is missing section definition

.net-framework
core
asked on Super User Apr 10, 2019 by Peter Nazarov

1 Answer

2

I uninstalled all .NET Frameworks and installed - it fixed the problem:

Runtime 2.2.4: https://dotnet.microsoft.com/download/dotnet-core/2.2

ASP.NET Core/.NET Core: Runtime & Hosting Bundle

answered on Super User Apr 10, 2019 by Peter Nazarov

User contributions licensed under CC BY-SA 3.0