ASP.NET Worker process crashing regularly

asp.netiis-6windows-server-2003

We have a web application hosted on IIS6 running on Windows Server 2003 with ASP.NET version 2.0.50727. The app has been running fine till last week. Since this week, we have been getting the below error at regular intervals causing recycle of the worker process.

Faulting application w3wp.exe, version 6.0.3790.3959, faulting module ntdll.dll, version 5.2.3790.3959, fault address 0x0001a3e1.

We have tried reinstalling .NET framework as well as IIS6, with no luck. The same web app is working fine on a different Windows Server 2003 machine.

Our OS is Windows Server 2003 SP2. No updates have been made in the recent 1-2 weeks. The surprising thing is that everything was fine as of last Thu and things went downhill this week.

Best Answer

Unfortuanely the IIS error messages are not terribly descriptive. I would suggest installing something like IIS Debug which will run and monitor IIS, and log detailed crash information when it does crash, so you can diagnose the problem.