How can I prevent VS2005 from catching exceptions that occurs in IIS6 (Windows 2003 Server).
For instance, when there's a bug in an ASP or an ASP .NET web site, the VS2005 debugger triggers asking me if I'd like to debug.
The main problem is that whilst waiting for an action (to debug or not) the web site hangs and is unavailable.
I tried to reenable Dr. Watson using "drwtsn32 -i" with no success.
Thanks.