Recently my server has app pools down randomly with error as follows:
======================================================================================================
A process serving application pool 'apppool_name' terminated unexpectedly. The process id was '12576'. The process exit code was '0x0'.
For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp.
======================================================================================================
The event ID is 1009. This kind of event is happening every hour in random application pools (even in for web sites running pure HTML) . But not all event cause app pool down, only some of them will.
I have already followed http://blogs.iis.net/brian-murphy-booth/archive/2007/03/22/how-to-troubleshoot-an-iis-event-id-1009-error.aspx for information and this doesn't fix the error. DebugDiag doesn't give me really good stuff...it gives me a lot of errors not shown in Event Viewer, and seems 0x0 errors are not captured... really strange.
Any ideas? Please help, Thanks.