ASP.NET Core app failed to start within startup time limit
ASP.NET Core 프로젝트를 Azure Web App에 게시할 때 다음 에러가 발생했습니다.
HTTP Error 500.37 - ASP.NET Core app failed to start within startup time limit
Common solutions to this issue:
ASP.NET Core app failed to start after 120000 milliseconds
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
뾰족한 해결책은 없고,
다시 게시를 시도해보면 됩니다.
끝.
Comments
Comments are closed