Error after deploying asp.net core app to azure

后端 未结 3 1324
猫巷女王i
猫巷女王i 2021-02-04 07:35

After deploying my asp.net core app to azure for the first time and ran it, I got the following error:

Error. An error occurred while processing your requ

3条回答
  •  余生分开走
    2021-02-04 08:21

    Just so it's clear - still something that comes up in ASP.NET Core 2.0 - and as @Techy stated - is in Azure. Go to Azure, click on your Web App –> "Applications Settings" –> go down to the “App Settings” section and add the “ASPNETCORE_ENVIRONMENT” and “Development”

提交回复
热议问题