Question

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?

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).

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

Was it helpful?

Solution 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.

OTHER TIPS

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?

There is a small footprint web server that runs 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.

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

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.

Hope this helps.

Anthony

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.

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.

Get it here

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

Cassini doesn't support classic asp.

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.

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).

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:

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

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top