0

I have an ASP.NET application running under IIS. I use Windows Server 2012. I have a big problem. My application resets at different times. When I check the event log, I have just one log:

A process serving application pool 'Services-Local-System' suffered a fatal communication error with the Windows Process Activation Service. The process id was '7788'. The data field contains the error number.

When I check the log from my app, it doesn't have any logs. When I check my IIS config, everything is correct. What is my problem?

Vincent
  • 1,459
  • 15
  • 37
  • take a look at this http://stackoverflow.com/questions/3044752/how-do-i-crash-the-app-pool – Aristos Jan 27 '15 at 09:10
  • maybe it's same (http://stackoverflow.com/questions/7204444/iis7-a-process-serving-application-pool-yyyyy-suffered-a-fatal-communication) – feiyun0112 Jan 27 '15 at 09:11
  • This is very hard to find such that code in my project –  Jan 27 '15 at 09:18
  • Most probably exception(s) in your application is bringing down your app pool. Check if there are any other errors logged in event viewer. – Pankaj Kapare Jan 27 '15 at 11:29

0 Answers0