The alternative options are Apache::ASP and ChiliASP, which both run on the *nix platform in apache.
Apache::ASP - You have access to the basic ASP objects which you utilise in the PerlScript language. It's powerful but it's most definitely not VBScript which is the part many people seem to think ASP is
ChiliASP - gives you access to the basic ASP objects but also VBScript. It's slower than ASP on the Windows platform and has all the bugs from IIS 3.0 and ASP 2.0 of which it was modelled on.
If you want to use ASP use a Windows server and IIS. If you find yourself looking at one of those mentioned above..... what ya doin!!! start using PHP!!!!!
