【发布时间】:2022-10-01 14:03:24
【问题描述】:
我正在运行一个 blazor wasm 托管项目 6.0,并且在开发中它可以完美运行,但是当我将它部署/发布到 azure 应用程序时,我收到以下错误
HTTP Error 500.30 - ASP.NET Core app failed to start
Common solutions to this issue:
The app failed to start
The app started but then stopped
The app started but threw an exception during startup
Troubleshooting steps:
Check the system event log for error messages
Enable logging the application process\' stdout messages
Attach a debugger to the application process and inspect
For more information visit: https://go.microsoft.com/fwlink/?LinkID=2028265
我将如何调试问题?它说系统事件日志,该应用程序托管在 azure 中。是否有任何机制可以知道错误的确切原因?
标签: azure azure-web-app-service