Hi all,
I have an ASP.Net application which runs perfectly with Visual Studio Dev Server. When it is run from WS 2003, under certain conditions it takes a long time and then asks for user name and password. After a few tries, the server essentially crashes. Every pages gives "Service Unavailable" unavailable error. It is always associated with the following error in event log:
Event Type: Error
Event Source: W3SVC
Event Category: None
Event ID: 1002
Date: 11/17/2008
Time: 5:18:41 PM
User: N/A
Computer: USDVRENG01
Description:
Application pool 'DefaultAppPool' is being automatically disabled due to a series of failures in the process(es) serving that application pool.
For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp.
This error is usually preceded by a few instances of the following warnings:
Event Type: Warning
Event Source: W3SVC
Event Category: None
Event ID: 1009
Date: 11/17/2008
Time: 4:39:55 PM
User: N/A
Computer: USDVRENG01
Description:
A process serving application pool 'DefaultAppPool' terminated unexpectedly. The process id was '3900'. The process exit code was '0x800703e9'.
For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp.
I have to reboot the server to revive it.
Any tip will be greatly appreciated.