Is there any way to debug both classic ASP and ASP.net applications from visual studio to allow me to breakpoint on an ASP line of code and an ASP.net one too?
This
The answer is a simple No I'm afraid. You can not attach to a process to debug both Script and Managed Code at the same time.