Are there any other tools for debugging an ASP Classic application using Visual Studio?
Now I have a classic ASP application and I use IIS 5 from WinXP. I am debugging an ASP application right now by adding DLLHOST.EXE from (Debug> Attach Process) in Visual Studio 2005.
This works fine, but sometimes when debugging, the line in which I am debugging is shifted. In addition, it becomes very tedious to repeat the Attach Tool process over and over again.
I have an old Visual Studio 6.0 interdev, can it make the F5-style seamless debugging that I can do in ASP.NET?
Actually, what annoys me when debugging with Visual Studio 2005, I need to attach dllhost.exe every time when debugging.
source
share