IIS Server & ASP.Net Core - 500.19 with error code 0x8007000d on httpplatformhandler tag

前端 未结 4 1378
执念已碎
执念已碎 2020-11-27 05:29

I am getting the following error when I try to launch my ASP.Net Core App using IIS Server v7.5 ... I published the website (File System option in Visual Studio) to a specif

4条回答
  •  无人及你
    2020-11-27 05:54

    The only solution worked for me was to install 2 more items from Microsoft dot net core library:

    https://www.microsoft.com/net/download/thank-you/dotnet-runtime-2.0.6-windows-x64-asp.net-core-runtime-installer

    and

    https://www.microsoft.com/net/download/thank-you/dotnet-runtime-2.0.6-windows-server-hosting-installer

提交回复
热议问题