Error message: internal server error
HTTP Error 502.5 - ANCM Out-Of-Process Startup Failure
Common solutions to this issue:
The application process failed to start
The application process started but then stopped
The application process started but failed to listen on the configured port
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 guidance on diagnosing and handling these errors, visit Troubleshoot ASP.NET Core on Azure App Service and IIS.
Basically it is because that .net core is not setup properly on the server. Please contact your provider about your issue. You may also refer to this blog for further references.
Umbraco production mode
My project run well locally but get error when pushed to online server(smarterAsp)
Any help I have tried different methods, till getting error.
Aladdin
Hi,
What errors are your getting exactly?
What version of Umbraco?
Error message: internal server error HTTP Error 502.5 - ANCM Out-Of-Process Startup Failure Common solutions to this issue: The application process failed to start The application process started but then stopped The application process started but failed to listen on the configured port 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 guidance on diagnosing and handling these errors, visit Troubleshoot ASP.NET Core on Azure App Service and IIS.
Umbraco version 10.0.1
Hi Inaolaji Taofeek,
Basically it is because that .net core is not setup properly on the server. Please contact your provider about your issue. You may also refer to this blog for further references.
is working on a reply...