IIS stops unexpectedly with error W3SVC in the system event viewer

IIS stops unexpectedly with error W3SVC in the system event viewer

am 22.12.2007 00:52:01 von Imad

I get errors in the event viewer then IIS stops I have to restart IIS to view
pages again

here is the error I get Event 1011
a process serving an application pool 'defaultapp pool' suffered a fatal
communication error with the world wide web publishing service. The process
Id was 'xxx' the data field contains the error which is 000: 6d 00 80 m..o

I get this several times then the IIS crashes. Any help is appreciated.


--
tryingtolearn

Re: IIS stops unexpectedly with error W3SVC in the system event

am 22.12.2007 05:56:09 von David Wang

On Dec 21, 3:52=A0pm, Imad wrote:
> I get errors in the event viewer then IIS stops I have to restart IIS to v=
iew
> pages again
>
> here is the error I get Event 1011
> a process serving an application pool 'defaultapp pool' suffered a fatal
> communication error with the world wide web publishing service. The proces=
s
> Id was 'xxx' the data field contains the error =A0 which is 000: 6d 00 80 =
=A0 m..o
>
> I get this several times then the IIS crashes. Any help is appreciated.
>
> --
> tryingtolearn


You are running code in IIS that is crashing the worker process. IIS
does not crash because of things like this. If it repeatedly crashes
the worker process, the Application Pool is taken offliine and IIS
returns 503 for that application.

Follow instructions here to diagnose:
http://blogs.msdn.com/david.wang/archive/2005/08/29/HOWTO_Un derstand_and_Dia=
gnose_an_AppPool_Crash.aspx


//David
http://w3-4u.blogspot.com
http://blogs.msdn.com/David.Wang
//