Is there any other means to debug an ASP Classic application using Visual Studio?
Right now, I have a classic ASP application and I use the IIS 5 of WinXP. I debug the ASP application right now by attaching the DLLHOST.EXE from (Debug > Attach Process) in Visual Studio 2005.
This works fine except sometimes when debugging like this the line where I am debugging becomes misaligned. Also, It is becoming very tiresome to repeat the Tools Attach Process process over and over again.
I have an old Visual Studio 6.0 interdev, can it do the F5 style seamless debugging I can do in ASP .NET?
Actually what annoys me on debugging with Visual Studio 2005 is I need to attach the dllhost.exe each time I debug.