PDA

View Full Version : ASP still IIS only ?!


J.Raum
07-16-02, 11:11
Hi,

I have a question about asp.

Is it true, that ASP still runs only under MS IIS ?
A friend told me about some modules for apache and so on, but they are never as fast as MS IIS.. Is that true ?!

thanks

JonathanB
07-17-02, 05:39
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!!!!! :)

Ed Morgan
07-29-02, 14:15
Yeh ASP is buggy as shite on anything other than a Windows platform...

If u want to do any dev work for non-MS platforms I would have to say go with PHP.

rhs98
07-30-02, 11:53
PHP is also good on Windows, I am currently migrating my site from asp to php.
If you don't like php for some reason, try jsp.

The company where i work use chillisoft asp on a linux (variant unknown) and the guy who works with it loves it, but i've had no personal experience with it so can't comment. Oh the other thing is its commerical.

Bunce
07-31-02, 09:18
Just as a quick aside, you can use PerlScript as a scripting language in ASP.

Cheers,
Andrew

JonathanB
08-01-02, 10:05
Me looks around just to check my comment was read ;)

rhs98
08-01-02, 12:41
think it was...but who knows. Have you had experience of chillisoft asp? if so is it any good. How do/can you use isapi plugins / iis type components?

Bunce
08-01-02, 18:58
Originally posted by JonathanB
Me looks around just to check my comment was read ;)

I believe you were referring to Apache ASP. I was talking about classic ASP

Cheers,
Andrew

JonathanB
08-03-02, 14:05
PerlScript (which requires ActiveState Perl to be installed) just gives you access to the ASP intrinsic objects using a perl like language. Which is the whole aim of Apache::ASP ;)

With ChiliASP I don't believe you can use any ISAPI plugins or components... I might be wrong though.