will visual studio 2010 support classic asp?

后端 未结 6 1907
我在风中等你
我在风中等你 2021-01-07 17:13

I\'m using visual studio 2008 for a classic asp application. Will I be able to upgrade to visual studio 2010?

6条回答
  •  庸人自扰
    2021-01-07 17:58

    I updated my project from VS2008 to VS2010 and everything has been going alright.

    In order to get debugging to work with javascript in a script block I have to add a debugger; statement to get it to break. If you have the javascript in a seperate file you can debug with just a break point. The Classic asp will still debug if I attach to the w3wp process.

    The javascript intellisense has been working better for me in VS2010 than in VS2008. In VS2008 I had issues with it crashing when I stopped debugging classic ASP. In VS2010 I don't have that problem any more.

    Overall I'd say VS2010 does classic ASP development better than VS2008.

提交回复
热议问题