In Visual Studio 2008, when I stop debugging the ASP Classic website, Visual Studio always resets

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?

+3
source share
2 answers

There is a fix. Check out this Knowledge Base article: http://support.microsoft.com/kb/967631

+2
source

No, not seeing this. I am debugging a lot of classic ASP with VS2008 without problems like this. Aside from the Reinstall Material offer, I'm not sure what else you can do.

, , , . , , , , .

?/

0

Source: https://habr.com/ru/post/1742194/


All Articles