【问题标题】:HTTP Error 500.30 - ASP.NET Core app failed to start - azureHTTP 错误 500.30 - ASP.NET Core 应用程序无法启动 - 天蓝色
【发布时间】: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


    【解决方案1】:

    要查看日志并分析在 azure 中托管时错误的确切原因,我执行了以下操作:

    https://<yoursitename>.scm.azurewebsites.net/api/dump
    
    

    这将为您提供一个错误日志文件夹,您可以分析错误的确切原因。

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 2021-07-16
      • 2023-01-09
      • 2021-09-11
      • 2021-12-08
      • 2021-12-13
      • 1970-01-01
      • 1970-01-01
      • 2021-05-23
      相关资源
      最近更新 更多