CloudOps Training Hub / IIS & Application Pools
WINDOWS SERVERPLESKCLOUDOPS

IIS & Application Pools

Connect HTTP symptoms with App Pool state, worker processes, bindings and logs.

503 investigation chain

HTTP 503
IIS
Application Pool
Worker Process
Event Viewer
Application logs

Application Pool checks

Started / Stopped
Worker process
.NET version
Identity
Recycling
CPU / Memory
Bindings

HTTP status quick map

CodeMeaningFirst investigation
401AuthenticationAuthentication configuration
403ForbiddenPermissions/access
404Not foundURL/file/routing
500Server/app errorIIS/application logs
502Bad gatewayBackend/upstream
503Service unavailableIIS/App Pool/service
504Gateway timeoutBackend/network/application
Remember: the HTTP status points you toward an investigation area; it does not prove the root cause.