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

后端 未结 11 1317
轮回少年
轮回少年 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:19

    I was facing the same issue following are steps how I resolved.

    • My application was .NET CORE 2.2 and I was deploying in the Azure web app.
    • Right Click on the project and click on the publish button.
    • Select the publish profile which you downloaded from Azure.
    • Next, change the deployment mode under Summary to Self-Contained.
    • Now click on publish button it should work.

提交回复
热议问题