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

后端 未结 16 1202
既然无缘
既然无缘 2021-01-30 10:24

Before everyone reads this, I just want to say that i know that there are related threads out there, but I have either tried them or do not understand. With that being said here

16条回答
  •  佛祖请我去吃肉
    2021-01-30 10:27

    I was trying to run a .net core 3.1 site from IIS 10 on windows 10 pro box, and got this error. Did the following to resolve it.

    First turn on the following iis feature on.

    Then follow the link below.

    https://docs.microsoft.com/en-us/aspnet/core/host-and-deploy/iis/?view=aspnetcore-3.1#install-the-net-core-hosting-bundle

    Install the .net core hosting bundle.

    The direct link is

    https://dotnet.microsoft.com/download/dotnet-core/thank-you/runtime-aspnetcore-3.1.2-windows-hosting-bundle-installer

    I have installed the .net core sdk and run time as well. But this did not resolve the issue.

    What made the difference is the .net core hosting bundle.

提交回复
热议问题