Asp net core publish on azure app services 500 服务器错误
Asp net core publish on azure app services 500 server error
我正在尝试将我现有的 asp net core 2.0 web 应用程序发布到 azure 应用程序服务。我的应用程序正在我的计算机上进行调试。我遵循了本教程 [link]https://docs.microsoft.com/en-us/azure/app-service-web/app-service-web-tutorial-dotnet-sqldatabase 。一切顺利,没有错误。但是当我访问该网页时,我得到了一个非常有用的 500 错误。我能做什么?如何调试?我是天蓝色的新手。
谢谢
您需要一种远程查看异常的方法,以便获得更多信息进行调试。这是有关设置远程调试的有用文档。
https://docs.microsoft.com/en-us/visualstudio/debugger/remote-debugging-azure
查看部分 "Remote Debug ASP.NET Core on an Azure App Service"
我正在尝试将我现有的 asp net core 2.0 web 应用程序发布到 azure 应用程序服务。我的应用程序正在我的计算机上进行调试。我遵循了本教程 [link]https://docs.microsoft.com/en-us/azure/app-service-web/app-service-web-tutorial-dotnet-sqldatabase 。一切顺利,没有错误。但是当我访问该网页时,我得到了一个非常有用的 500 错误。我能做什么?如何调试?我是天蓝色的新手。
谢谢
您需要一种远程查看异常的方法,以便获得更多信息进行调试。这是有关设置远程调试的有用文档。 https://docs.microsoft.com/en-us/visualstudio/debugger/remote-debugging-azure
查看部分 "Remote Debug ASP.NET Core on an Azure App Service"