View previous topic :: View next topic |
Author |
Message |
machv -
Joined: 17 Aug 2005 Posts: 3
|
Posted: Wed Aug 17, 2005 10:34 pm Post subject: ISAPI applications |
|
|
Hi,
I have created ISAPI application - welcome.dll.
When I try "http://localhost/welcome.dll" then downloading of file "welcome.dll" starts instead of generating welcome page by welcome.dll.
In Scripting Parameters I have set ISAPI Filename Extensions as dll.
So, can you help me?
machv |
|
Back to top |
|
 |
aprelium -
Joined: 22 Mar 2002 Posts: 6800
|
Posted: Thu Aug 18, 2005 12:58 pm Post subject: Re: ISAPI applications |
|
|
machv,
You should also add /welcome.dll to the "Script Paths" so that Abyss Web Server knows that this is an executable and not a downloadable file. _________________ Support Team
Aprelium - http://www.aprelium.com |
|
Back to top |
|
 |
machv -
Joined: 17 Aug 2005 Posts: 3
|
Posted: Thu Aug 18, 2005 4:45 pm Post subject: |
|
|
Thanks aprelium,
but this results in Abyss Web Server as exception.
At the same time I use my "welcome.dll" on IIS with no problem, so I don't know, why it fails on Abyss Web Server. |
|
Back to top |
|
 |
admin Site Admin
Joined: 03 Mar 2002 Posts: 1332
|
Posted: Thu Aug 18, 2005 4:50 pm Post subject: |
|
|
machv,
What is the exception you are getting? Can you send us the source code to support@aprelium.com so that we review it and help you locate the cause of the failure? |
|
Back to top |
|
 |
machv -
Joined: 17 Aug 2005 Posts: 3
|
Posted: Thu Aug 18, 2005 6:41 pm Post subject: |
|
|
admin,
so, I've created very simple "welcome.dll", compiled it on newer version of Delphi (TWebModule) and it works now.
I'll add content to my "welcome.dll" and I'll see.
Thanks for help, setting "Script Paths" is necessary.
machv |
|
Back to top |
|
 |
aprelium -
Joined: 22 Mar 2002 Posts: 6800
|
Posted: Fri Aug 19, 2005 12:08 pm Post subject: |
|
|
machv,
You're welcome. If you need any help, please feel free to contact us. _________________ Support Team
Aprelium - http://www.aprelium.com |
|
Back to top |
|
 |
patrickh -
Joined: 31 May 2006 Posts: 1
|
Posted: Wed May 31, 2006 3:42 pm Post subject: |
|
|
There is a mention of "earlier versions of Delphi" causing problems - please could you be more specific? I'm having problems with ISAPI dll's created using Delphi Version 6 Enterprise and it's driving me mad...the Abyss help is rather unclear but if it's Delphi causing me problems then I'd rather know! |
|
Back to top |
|
 |
aprelium -
Joined: 22 Mar 2002 Posts: 6800
|
Posted: Thu Jun 01, 2006 11:35 am Post subject: |
|
|
patrickh wrote: | There is a mention of "earlier versions of Delphi" causing problems - please could you be more specific? I'm having problems with ISAPI dll's created using Delphi Version 6 Enterprise and it's driving me mad...the Abyss help is rather unclear but if it's Delphi causing me problems then I'd rather know! |
What kind of problems are you experiencing. We're not aware of an incompatibility with ISAPIs generated by Delphi. Abyss Web Server will run any DLL provided that it has the correct ISAPI enty points.
Could you please give us more information or even send us the DLL to support@aprelium.com so that we can test it? _________________ Support Team
Aprelium - http://www.aprelium.com |
|
Back to top |
|
 |
|