The specified CGI application encountered an error and the server terminated the process

后端 未结 11 1345
轮回少年
轮回少年 2020-11-28 12:32

I am hosting a asp.net 5 application on azure, the code is complied for beta8, the application runs fine on the local environment and when i publish the code on the azure si

11条回答
  •  清歌不尽
    2020-11-28 13:24

    I just ran into this error whilst deploying an ASP.core app using .NET 5.4.2. The fix was to deploy to a fresh app service instance. My guess was that there was some junk left lying around from a previous deployment which used a different framework version.

提交回复
热议问题