If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Data Access, Manipulation & Batch Languages > ASP > ASP still IIS only ?!

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 07-16-02, 10:11
J.Raum J.Raum is offline
Registered User
 
Join Date: Jul 2002
Location: Germany
Posts: 4
ASP still IIS only ?!

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
Reply With Quote
  #2 (permalink)  
Old 07-17-02, 04:39
JonathanB JonathanB is offline
Registered User
 
Join Date: Feb 2002
Location: North Wales, UK
Posts: 114
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!!!!!
__________________
J^ - web | email
newsASP Developer
Reply With Quote
  #3 (permalink)  
Old 07-29-02, 13:15
Ed Morgan Ed Morgan is offline
Registered User
 
Join Date: Jul 2002
Location: Bournemouth, UK
Posts: 1
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.
Reply With Quote
  #4 (permalink)  
Old 07-30-02, 10:53
rhs98 rhs98 is offline
Super Moderator
 
Join Date: Feb 2002
Location: Hampshire, UK
Posts: 441
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.
Reply With Quote
  #5 (permalink)  
Old 07-31-02, 08:18
Bunce Bunce is offline
Registered User
 
Join Date: Jul 2002
Location: Australia
Posts: 147
Just as a quick aside, you can use PerlScript as a scripting language in ASP.

Cheers,
Andrew
__________________
There have been many posts made throughout the world.
This was one of them.
Reply With Quote
  #6 (permalink)  
Old 08-01-02, 09:05
JonathanB JonathanB is offline
Registered User
 
Join Date: Feb 2002
Location: North Wales, UK
Posts: 114
Me looks around just to check my comment was read
__________________
J^ - web | email
newsASP Developer
Reply With Quote
  #7 (permalink)  
Old 08-01-02, 11:41
rhs98 rhs98 is offline
Super Moderator
 
Join Date: Feb 2002
Location: Hampshire, UK
Posts: 441
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?
Reply With Quote
  #8 (permalink)  
Old 08-01-02, 17:58
Bunce Bunce is offline
Registered User
 
Join Date: Jul 2002
Location: Australia
Posts: 147
Quote:
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
__________________
There have been many posts made throughout the world.
This was one of them.
Reply With Quote
  #9 (permalink)  
Old 08-03-02, 13:05
JonathanB JonathanB is offline
Registered User
 
Join Date: Feb 2002
Location: North Wales, UK
Posts: 114
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.
__________________
J^ - web | email
newsASP Developer
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On