HTTP Error 500.30 - ASP.NET Core app failed to start

作者:outlela  来源:本站原创   发布时间:2021-3-4 11:20:6

错误代码;

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

image.png

解决方案:运行项目目录下的exe文件,会有详细的报错信息,根据报错内容针对性解决就可以了。

*本文最后修改于:2021-3-4 11:23:40
本文标签: HTTP Error ASP.NET Core
本文由本站原创发布, 本文链接地址:https://outlela.com/Code/116.html
转载或引用请保留地址并注明出处:outlela.com