You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 1, 2018. It is now read-only.
In case ANCM cannot start backend process for whatever reason(e.g., wrong processPath value), a 502 error page was returned to client without any debugging/actionable hint. We may need to improve this error page for ANCM only to help debugging experience.
The text was updated successfully, but these errors were encountered:
<�!DOCTYPE html> <�html><�head><�title> IIS 502.5 Error <�/title> <�style type="text/css"><�/style><�/head><�body> <�div id = "content"> <�div class = "content-container"><�h3> HTTP Error 502.5 - Process Failure <�/h3><�/div> <�div class = "content-container"> <�fieldset> <�h4> Most likely causes : <�/h4> <�ul><�li> Failed to start the backend process.<�/li> <�li> The process got started but crashed.<�/li> <�li> The process failed to listen on given port.<�/li><�/ul><�/fieldset> <�/div> <�div class = "content-container"> <�fieldset><�h4>Things you can try : <�/h4> <�ul><�li>Look at windows event log for details.<�/li> <�li>Use DebugDiag to troubleshoot the Asp.Net Core application.<�/li><�/ul><�/fieldset> <�/div> <�/div><�/body><�/html>
In case ANCM cannot start backend process for whatever reason(e.g., wrong processPath value), a 502 error page was returned to client without any debugging/actionable hint. We may need to improve this error page for ANCM only to help debugging experience.
The text was updated successfully, but these errors were encountered: