Hi,
I am running an ASP.NET 3.5 web application on IIS 7 on Windows Server 2008.
I received the following error earlier this afternoon:
HTTP Error 503. The service is unavailable.
I looked in the Event logs and discovered that:
A process serving application pool 'Classic .NET AppPool' suffered a fatal communication error with the Windows Process Activation Service. The process id was '3328'. The data field contains the error number.
Here is the full details of that event:
Log Name: System Source: Microsoft-Windows-WAS Date: 18/09/2009 14:58:31 Event ID: 5011 Task Category: None Level: Warning Keywords: Classic User: N/A Computer: computername Description: A process serving application pool 'Classic .NET AppPool' suffered a fatal communication error with the Windows Process Activation Service. The process id was '3328'. The data field contains the error number. Event Xml: 5011 0 3 0 0 0x80000000000000 23552 System computername Classic .NET AppPool 3328 6D000780
This resulted in:
Application pool 'Classic .NET AppPool' is being automatically disabled due to a series of failures in the process(es) serving that application pool.
Here is the full details of that event:
Log Name: System Source: Microsoft-Windows-WAS Date: 18/09/2009 15:03:05 Event ID: 5002 Task Category: None Level: Error Keywords: Classic User: N/A Computer: computername Description: Application pool 'Classic .NET AppPool' is being automatically disabled due to a series of failures in the process(es) serving that application pool. Event Xml: 5002 0 2 0 0 0x80000000000000 23557 System computername Classic .NET AppPool
Concluding in the: HTTP Error 503. The service is unavailable.
Would someone please help me to identify how this happened and what I need to do to prevent it from happening in the future.
Thanks.
Kind Regards
Walter