View previous topic :: View next topic |
Author |
Message |
b0b -
Joined: 01 Jun 2004 Posts: 24
|
Posted: Fri Mar 25, 2005 7:23 pm Post subject: Installing ISAPI Extensions - Help/Howto |
|
|
Okay, as of today, I have a classic ASP ISAPI extension that has about 95% of classic ASP language complete, so I downloaded Abyss Web Server X1 (v 2.0.0.20) and went into the console interface but I couldn't find any way to install the extension.
I will release my extension to the public for free once I get this problem resolved and do some testing. |
|
Back to top |
|
 |
TRUSTAbyss -
Joined: 29 Oct 2003 Posts: 3752 Location: USA, GA
|
Posted: Fri Mar 25, 2005 7:36 pm Post subject: |
|
|
You need to go to Scripting Parameters , if you send me this I can test it on my
local server and see if it works on Abyss Web Server , if its from Microsoft then it
won't work because Microsoft protects their ISAPI modules to only work on IIS.
My E-mail: trustpunk@hotmail.com
Sincerely , TRUSTpunk |
|
Back to top |
|
 |
aprelium -
Joined: 22 Mar 2002 Posts: 6800
|
Posted: Fri Mar 25, 2005 10:53 pm Post subject: Re: Installing ISAPI Extensions - Help/Howto |
|
|
b0b wrote: | Okay, as of today, I have a classic ASP ISAPI extension that has about 95% of classic ASP language complete, so I downloaded Abyss Web Server X1 (v 2.0.0.20) and went into the console interface but I couldn't find any way to install the extension.
I will release my extension to the public for free once I get this problem resolved and do some testing. |
The instructions should be very similar to installing Perl support. Just replace the perl.exe with your ISAPI DLL.
See for example how the Perl ISAPI is installed in http://www.aprelium.com/abyssws/perl-isapi.html .
If you are developing an ISAPI extension, you may found the ISAPI debugging feature in Abyss Web Server useful. In Scripting Parameters > ISAPI Parameters, there is a "Debugging level" parameter that has 4 possible values. _________________ Support Team
Aprelium - http://www.aprelium.com |
|
Back to top |
|
 |
b0b -
Joined: 01 Jun 2004 Posts: 24
|
Posted: Fri Mar 25, 2005 11:05 pm Post subject: |
|
|
Thanks. I will begin testing and will release soon for free!
Note: I am not releasing beta version and/or source to anyone except Aprelium Technologies. I like to release quality work to the public, so once I feel like it is tested well enough, I will release it.[/b] |
|
Back to top |
|
 |
aprelium -
Joined: 22 Mar 2002 Posts: 6800
|
Posted: Sat Mar 26, 2005 1:43 am Post subject: |
|
|
b0b wrote: | Thanks. I will begin testing and will release soon for free!
Note: I am not releasing beta version and/or source to anyone except Aprelium Technologies. I like to release quality work to the public, so once I feel like it is tested well enough, I will release it. |
b0b,
Thank you for giving us the opportunity to be among the first to try your ASP interpreter.
Still, we are think that releasing a public Beta version is always a good practice. You cannot imagine how many little problems can be discovered by other people from the first run of your application while it always works fine on your development computer(s). At least that what we've learned during the last years with Abyss Web Server :-) _________________ Support Team
Aprelium - http://www.aprelium.com |
|
Back to top |
|
 |
|