Recently I encounter an issue which is related to http error 503 , service is unavailable. when I opened IIS I got that my application pool has stopped then I see windows logs and I see this message:
a process serving application pool suffered a fatal communication error 5011.
The .NET Framework version being used is v4.0. My site was worked correctly until yesterday but I don't know how fix this issue, thanks if anyone can help me.
You are running into a classic application pool crash issue.
Please follow my MSDN blog here to identify the culprit. Let me know if you need any help with this.