Asp – Running ASP Classic and .NET on Linux

asp-classiclinuxmononet

I'm looking at a product that was coded in a mix of .NET and ASP Classic. I'm wondering if it's possible to get this running in Linux? I've heard of Mono (which can supposedly run .NET on Linux) and Sun Java Web Server (which can supposedly run ASP Classic on Linux). Are there any other technologies that you would recommend?

Also, are there any major pitfalls that I should be aware of?

Best Answer

Mono works great for ASP.NET. They have an entire site dedicated to ASP.NET on Mono.

Probably the best resource for things to watch for is the Guide to Portion ASP.NET to Mono page. It walks through the changes required (if any) to get an ASP.NET project to run on Mono.

Mono does not, however, support ASP Classic. The best option I've heard for that is Apache::ASP, although it does have limitations, such as not handling VBScript or JScript without 3rd party, commercial tools.