1

A few times a day, our vb.net (IIS 6.0) website is randomly throwing the following error and becomes completely unavailable for 5-15 minutes at a time while the application is recycled:

ISAPI 'c:\windows\microsoft.net\framework\v2.0.50727\aspnet_isapi.dll' reported itself as unhealthy for the following reason: 'Deadlock detected'.

The website ran for months on the exact same server in beta without problem - but the problem started over the weekend when we made the site live. The live site is under some load but less than many of our other production websites.

How should I attack this problem? I've looked into orphaning the worker process and creating a dump file - but I'm not sure how to analyze that. Any advice or information is appreciated. Thanks, Shane

jskunkle
  • 121
  • 1
  • 4

2 Answers2

1

Here is a good article on starting with analyzing dumps Hang caused by GC - XML Deadlock. You can also look for some examples here

Glorfindel
  • 1,213
  • 3
  • 15
  • 22
Vivek Kumbhar
  • 3,063
  • 1
  • 17
  • 13
0

I would suggest upgrading the OS to 2008 R2 and IIS 7.5

TomTom
  • 50,857
  • 7
  • 52
  • 134