Does Visual Studio 2008 support classic ASP development?

。_饼干妹妹 提交于 2019-12-21 09:20:11

问题


Does visual studio 2008 support classic asp development?

It's been years since I created a classic ASP website and I was wondering if I can use my current toolset or if I have to resign myself to notepad.

Thanks

Matt


回答1:


Yes, as others have mentioned, VS 2008 SP1 supports classic ASP.

However, if, like me, you find it a bit of a behemoth for the relatively simple classic ASP, give Notepad++ a try - no need to resign yourself to plain old Notepad!




回答2:


I know VS 2008 now includes Intellisense and Debugging feature for classic ASP, so thats make me think Yes.

Be sure you get the Service Pack 1 version.




回答3:


Yes, VS 2008 SP1 does support ASP. You need SP1 because they had removed some of the intellisense, but added it back in SP1




回答4:


On a side note that might be relevant, Visual Studio 2010 also supports classic asp




回答5:


This is a good reference for setting up a classic ASP site in Visual Studio 2008:

http://www.codeproject.com/KB/debug/DebugVBScriptVS2008.aspx

Additionally, I had to give "Everyone" access to the Virtual Directory in IIS that I setup in my local machine for it to run correctly:

http://answers.google.com/answers/threadview?id=181211



来源:https://stackoverflow.com/questions/240552/does-visual-studio-2008-support-classic-asp-development

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!