I am using Visual Studio 2005 for my .Net web apps. I have some older ASP
web apps that I can edit fine in VS 2005 but I can't seem to debug them like
I can with my ASP.Net pages. Can anyone point me to steps I need to take to
be able to debug classic ASP (VBScript) pages in VS 2005? Thanks.
David
may help: on WinXP
get properties on your "Default Web Site"
click on the "Home Directory" Tab
click <Configuration ...> button at the bottom right.
click select [Debugging] Tab
check Enable ASP server-side script debugging and etc..
I am interested if that helps or not.
>I am using Visual Studio 2005 for my .Net web apps. I have some older ASP
>web apps that I can edit fine in VS 2005 but I can't seem to debug them
>like I can with my ASP.Net pages. Can anyone point me to steps I need to
>take to be able to debug classic ASP (VBScript) pages in VS 2005? Thanks.
>
> David