We are starting Visual Studio 2008 (with the service pack) and are having trouble debugging ASP Classic .
The server is Windows 2003 SP2. We use Windows authentication. We have a virtual directory, which is an ASP.NET web application.
We can connect to the w3p process and debug just fine. Breakpoints work, and we can view the values of variables. The difficulty arises when it comes time to disconnect or stop the debugger.
Every time we take any approach (disconnect or stop the debugger), we get a series of crashes from Visual Studio.
I simply separated the website from my own application pool and received the following error in the event log when I turned off the debugger:
.NET Runtime version 2.0.50727.3607 - Machine Failure Error (7A09795E) (80131506)
How can I fix this problem?
source
share