Visual Studio 2008是否支持经典的ASP开发?

时间:2023-01-09 01:31:38

Does visual studio 2008 support classic asp development?

visual studio 2008是否支持经典的asp开发?

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.

自从我创建一个经典的ASP网站以来,我已经好几年了,我想知道我是否可以使用我当前的工具集,或者我是否必须将自己辞去记事本。

Thanks

Matt

5 个解决方案

#1


2  

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

是的,正如其他人所提到的,VS 2008 SP1支持经典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!

但是,如果像我一样,你觉得它对于相对简单的经典ASP来说有点像一个庞然大物,那么试试Notepad ++吧 - 不需要让自己退回到普通的旧记事本!

#2


6  

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

我知道VS 2008现在包含了经典ASP的Intellisense和Debugging功能,所以这让我想到了。

Be sure you get the Service Pack 1 version.

确保您获得Service Pack 1版本。

#3


4  

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

是的,VS 2008 SP1确实支持ASP。你需要SP1,因为他们已经删除了一些intellisense,但在SP1中添加了它

#4


3  

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

在可能相关的旁注中,Visual Studio 2010还支持经典的asp

#5


1  

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

这是在Visual Studio 2008中设置经典ASP站点的一个很好的参考:

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:

此外,我必须让“Everyone”访问我在本地计算机中设置的IIS中的虚拟目录,以使其正确运行:

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

#1


2  

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

是的,正如其他人所提到的,VS 2008 SP1支持经典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!

但是,如果像我一样,你觉得它对于相对简单的经典ASP来说有点像一个庞然大物,那么试试Notepad ++吧 - 不需要让自己退回到普通的旧记事本!

#2


6  

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

我知道VS 2008现在包含了经典ASP的Intellisense和Debugging功能,所以这让我想到了。

Be sure you get the Service Pack 1 version.

确保您获得Service Pack 1版本。

#3


4  

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

是的,VS 2008 SP1确实支持ASP。你需要SP1,因为他们已经删除了一些intellisense,但在SP1中添加了它

#4


3  

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

在可能相关的旁注中,Visual Studio 2010还支持经典的asp

#5


1  

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

这是在Visual Studio 2008中设置经典ASP站点的一个很好的参考:

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:

此外,我必须让“Everyone”访问我在本地计算机中设置的IIS中的虚拟目录,以使其正确运行:

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