Getting IIS Worker Process Crash dumps
Posted
by CVertex
on Stack Overflow
See other posts from Stack Overflow
or by CVertex
Published on 2008-09-10T04:52:58Z
Indexed on
2010/03/29
22:03 UTC
Read the original article
Hit count: 463
I'm doing something bad in my ASP.NET app. It could be the any number of CTP libraries I'm using or I'm just not disposing something properly. But when I redeploy my ASP.NET to my Vista IIS7 install or my server's IIS6 install I crash an IIS worker process.
I've narrowed the problem down to my HTTP crawler, which is a multithreaded beast that crawls sites for useful information when asked to. After I start a crawler and redeploy the app over the top, rather than gracefully unloading the appDomain and reloading, an IIS worker process will crash (popping up a crash message) and continue reloading the app domain.
When this crash happens, where can I find the crash dump for analysis?
© Stack Overflow or respective owner