vote up 4 vote down star

Have a lot of troubles on production server. Some routing cause crashing of Application Pool with event id 1011:

Event Type: Warning Event Source: W3SVC Event Category: None Event ID: 1011 Date: 1/21/2009 Time: 9:08:17 AM User: N/A Computer: xxxxxxxxxxxxx Description:

A process serving application pool 'DefaultAppPool' suffered a fatal communication error with the World Wide Web Publishing Service. The process id was '3788'. The data field contains the error number. 8007006d

I have a few very hard hours for me before I found a problem. Thanks to Tess Ferrandez and her blog post I found it.

Always double check Your multithreaded code in asp.net application. When Unhandled exceptions occurs application pool crashes and it's damn hard to find WHY.

flag
Tess's blog is outstanding. We had a culprit clobbering one of our shared server shared app pools on IIS6, turned out to be that exact problem. The next problem was trying to get said customer to comprehend issue though :) – Kev Jan 24 at 19:00

1 Answer

vote up 2 vote down

Yes, Tess is an angel.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.