是否有像Visual Studio一样的ASP.NET开发服务器之类的小型经典ASP服务器?

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

I would like to hear if there is a small classic ASP server, similar to the ASP.NET Development server that comes with Visual Studio?

我想知道是否有一个小型的经典ASP服务器,类似于Visual Studio附带的ASP.NET开发服务器?

We are a small group that supports a legacy (classic) ASP site, and would therefore like to have a small server that easily can be executed on a Windows XP machine. Currently we're stuck with IIS 5.1 on our development machines (and because we're running XP Pro, we cannot update to IIS 6 or 7).

我们是一个支持传统(经典)ASP站点的小组,因此希望拥有一台可以在Windows XP计算机上轻松执行的小型服务器。目前我们在开发机器上遇到了IIS 5.1(因为我们运行的是XP专业版,我们无法更新到IIS 6或7)。

I've tried installing the Cassini web server, but that doesn't seem to work with classic ASP either.

我已经尝试安装Cassini Web服务器,但这似乎也不适用于经典的ASP。

9 个解决方案

#1


You're not going to get anything extra from ASP by running on IIS 6 or 7. Are you having any specific issues with being stuck on IIS 5.1?

通过在IIS 6或7上运行,您不会从ASP获得任何额外的东西。您是否遇到了陷入IIS 5.1的任何特定问题?

#2


The short answer is No, there is no small web server that runs classic ASP. There are many alternatives, as mentioned here, such as IIS or Apache plug-ins, but none that has a similar small footprint like the ASP.NET Development Server that comes with Visual Studio and that supports debugging.

简短的回答是“否”,没有运行经典ASP的小型Web服务器。如此处所提到的,有很多替代方案,例如IIS或Apache插件,但没有像Visual Studio附带的ASP.NET开发服务器那样具有类似的小尺寸,并且支持调试。

#3


There is a small footprint web server that runs Classic ASP.

有一个小型Web服务器运行Classic ASP。

Its called Abyss Web server. Abyss Web server is produced by Aprelium software and can be downloaded free of charge. Abyss Web server can be configured to run with ASP.net OR Classic ASP.

它叫做Abyss Web服务器。 Abyss Web服务器由Aprelium软件生成,可以免费下载。可以将Abyss Web服务器配置为使用ASP.net或Classic ASP运行。

The Server can be configured to run ASP.net without any addition downloads.

可以将服务器配置为运行ASP.net而无需任何添加下载。

To run Classic ASP on the server a program called ActiveHTML written by Selisoft must be downloaded and configured to allow Classic ASP to run on the Abyss web server. Active HTML is on a 45 day free trial and if you like it the purchase price is currently around 30 to 40 euros depending on whether you need a client or server version.

要在服务器上运行Classic ASP,必须下载并配置由Selisoft编写的名为ActiveHTML的程序,以允许Classic ASP在Abyss Web服务器上运行。活跃的HTML是45天免费试用,如果你喜欢它,购买价格目前约为30至40欧元,具体取决于你是否需要客户端或服务器版本。

Hope this helps.

希望这可以帮助。

Anthony

#4


Have you tried Baby Web Server? - http://www.pablosoftwaresolutions.com/html/baby_web_server.html

你试过Baby Web Server吗? - http://www.pablosoftwaresolutions.com/html/baby_web_server.html

#5


Abyss web server http://www.aprelium.com/ supports classic ASP (also ASP.Net, Ruby, and PHP) with a 3rd party extension that cost $$$. But at one point there was a free version of the third party component, you MIGHT be able to find a copy of that still floating around. Not sure about debugging.

深渊Web服务器http://www.aprelium.com/支持经典ASP(也包括ASP.Net,Ruby和PHP),第三方扩展需要花费$$$。但有一次,有一个免费版本的第三方组件,你可能会找到一个仍然漂浮的副本。不确定调试。

#6


Baby ASP Web Server can take care of things for you, PLUS you don't have to install it, so it doesn't plop all sorts of crazy settings into your registry.

宝贝ASP Web服务器可以为您处理事情,加上您不必安装它,因此它不会将各种疯狂的设置放入您的注册表中。

Get it here

来吧

#7


Your only real choice is to either run Windows server or Vista in order to get the latest version of IIS.

您唯一真正的选择是运行Windows服务器或Vista以获取最新版本的IIS。

Cassini doesn't support classic asp.

卡西尼不支持经典的asp。

#8


According to this post it is not possible to run ASP on Cassini. A couple of google searches later I have still not been able to find any other alternatives either.

根据这篇文章,无法在Cassini上运行ASP。之后的几次谷歌搜索我仍然无法找到任何其他选择。

What functionality is it that you're after? If it is the quick-and-easy running features of VS, you can quite easily make the IDE debug on IIS (although ASP cannot technically be "debugged" - what you really do is just run it with the Ctrl+F5 command).

你追求的功能是什么?如果它是VS的快速简便的运行功能,你可以很容易地在IIS上进行IDE调试(虽然ASP在技术上不能“调试” - 你真正做的就是用Ctrl + F5命令运行它)。

#9


Here is a web site that allows you to run classic ASP pages from any web server (including IIS and Apache), but it costs money:

这是一个允许您从任何Web服务器(包括IIS和Apache)运行经典ASP页面的网站,但它需要花钱:

http://www.selisoft.com/en/ahtml/index.phtml

#1


You're not going to get anything extra from ASP by running on IIS 6 or 7. Are you having any specific issues with being stuck on IIS 5.1?

通过在IIS 6或7上运行,您不会从ASP获得任何额外的东西。您是否遇到了陷入IIS 5.1的任何特定问题?

#2


The short answer is No, there is no small web server that runs classic ASP. There are many alternatives, as mentioned here, such as IIS or Apache plug-ins, but none that has a similar small footprint like the ASP.NET Development Server that comes with Visual Studio and that supports debugging.

简短的回答是“否”,没有运行经典ASP的小型Web服务器。如此处所提到的,有很多替代方案,例如IIS或Apache插件,但没有像Visual Studio附带的ASP.NET开发服务器那样具有类似的小尺寸,并且支持调试。

#3


There is a small footprint web server that runs Classic ASP.

有一个小型Web服务器运行Classic ASP。

Its called Abyss Web server. Abyss Web server is produced by Aprelium software and can be downloaded free of charge. Abyss Web server can be configured to run with ASP.net OR Classic ASP.

它叫做Abyss Web服务器。 Abyss Web服务器由Aprelium软件生成,可以免费下载。可以将Abyss Web服务器配置为使用ASP.net或Classic ASP运行。

The Server can be configured to run ASP.net without any addition downloads.

可以将服务器配置为运行ASP.net而无需任何添加下载。

To run Classic ASP on the server a program called ActiveHTML written by Selisoft must be downloaded and configured to allow Classic ASP to run on the Abyss web server. Active HTML is on a 45 day free trial and if you like it the purchase price is currently around 30 to 40 euros depending on whether you need a client or server version.

要在服务器上运行Classic ASP,必须下载并配置由Selisoft编写的名为ActiveHTML的程序,以允许Classic ASP在Abyss Web服务器上运行。活跃的HTML是45天免费试用,如果你喜欢它,购买价格目前约为30至40欧元,具体取决于你是否需要客户端或服务器版本。

Hope this helps.

希望这可以帮助。

Anthony

#4


Have you tried Baby Web Server? - http://www.pablosoftwaresolutions.com/html/baby_web_server.html

你试过Baby Web Server吗? - http://www.pablosoftwaresolutions.com/html/baby_web_server.html

#5


Abyss web server http://www.aprelium.com/ supports classic ASP (also ASP.Net, Ruby, and PHP) with a 3rd party extension that cost $$$. But at one point there was a free version of the third party component, you MIGHT be able to find a copy of that still floating around. Not sure about debugging.

深渊Web服务器http://www.aprelium.com/支持经典ASP(也包括ASP.Net,Ruby和PHP),第三方扩展需要花费$$$。但有一次,有一个免费版本的第三方组件,你可能会找到一个仍然漂浮的副本。不确定调试。

#6


Baby ASP Web Server can take care of things for you, PLUS you don't have to install it, so it doesn't plop all sorts of crazy settings into your registry.

宝贝ASP Web服务器可以为您处理事情,加上您不必安装它,因此它不会将各种疯狂的设置放入您的注册表中。

Get it here

来吧

#7


Your only real choice is to either run Windows server or Vista in order to get the latest version of IIS.

您唯一真正的选择是运行Windows服务器或Vista以获取最新版本的IIS。

Cassini doesn't support classic asp.

卡西尼不支持经典的asp。

#8


According to this post it is not possible to run ASP on Cassini. A couple of google searches later I have still not been able to find any other alternatives either.

根据这篇文章,无法在Cassini上运行ASP。之后的几次谷歌搜索我仍然无法找到任何其他选择。

What functionality is it that you're after? If it is the quick-and-easy running features of VS, you can quite easily make the IDE debug on IIS (although ASP cannot technically be "debugged" - what you really do is just run it with the Ctrl+F5 command).

你追求的功能是什么?如果它是VS的快速简便的运行功能,你可以很容易地在IIS上进行IDE调试(虽然ASP在技术上不能“调试” - 你真正做的就是用Ctrl + F5命令运行它)。

#9


Here is a web site that allows you to run classic ASP pages from any web server (including IIS and Apache), but it costs money:

这是一个允许您从任何Web服务器(包括IIS和Apache)运行经典ASP页面的网站,但它需要花钱:

http://www.selisoft.com/en/ahtml/index.phtml