User-1330468790 posted
Hi CopBlaster,
The 503 response from the IIS machine, Service Unavailable, is the result of repeated application crashes. Since the w3wp.exe worker process, created by IIS to execute a web application, is crashing frequently, the respective IIS application
pool is turned off. So you can check if the status of your application pool is started.
If the application pool is started, then you need to troubleshoot. 503 should be coming from http.sys you need to check in HTTP err logs for the exact reason. you can find HTTP err log files here, C:\Windows\System32\LogFiles\HTTPERR Search for the site
you are trying to browse in the logs and the last but one field will give you reason.
And you can also find the evidence of repeated w3wp.exe crashes and Rapid-Fail Protection
in Windows Events, in the System log with Source=WAS.
Best regards,
Sean