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

前端 未结 4 1370
执念已碎
执念已碎 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:53

    This worked for me, delete file: project.lock.json and run dotnet restore, restart visual studio.

提交回复
热议问题