VS2008 Debug ASP and ASP.net together

后端 未结 1 868
独厮守ぢ
独厮守ぢ 2021-01-20 05:09

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

1条回答
  •  陌清茗
    陌清茗 (楼主)
    2021-01-20 05:58

    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.

    0 讨论(0)
提交回复
热议问题