Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Question
Sunday, September 6, 2020 11:00 PM
Getting the error below, tried a couple different website publishes from Visual Studio 2019, I first set up a website through IIS pointing to a folder in inetpub\www\xxxxx
I've completely uninstalled IIS and reinstalled.
Any ideas? the error is saying it's a webconfig problem, but I've published more than 1 site so I don't think it is application specific issue, seems to be an IIS issue on this local machine...
These are .netcore 3.1 applications. because the apps work via iisExpress, I must have all the frameworks/sdks I need...
HTTP Error 500.19 - Internal Server Error
The requested page cannot be accessed because the related configuration data for the page is invalid.
<fieldset>
Detailed Error Information:
| Module | IIS Web Core |
|---|---|
| Notification | Unknown |
| Handler | Not yet determined |
| Error Code | 0x8007000d |
| Config Error | |
| Config File | \\?\C:\inetpub\wwwroot\sample\web.config |
| Requested URL | http://localhost:777/ |
|---|---|
| Physical Path | |
| Logon Method | Not yet determined |
| Logon User | Not yet determined |
</fieldset><fieldset>
Config Source:
-1:
0:
</fieldset>
All replies (2)
Monday, September 7, 2020 1:33 AM âś…Answered
There is tons of duplicate posts over the internet telling you that ASP.NET Core module must be installed,
/en-us/aspnet/core/host-and-deploy/aspnet-core-module?view=aspnetcore-3.1
Monday, September 7, 2020 12:32 AM
this is a .netcore 3.1 issue as I tried a regular .net app and it works fine...