On 29 Mar 2001, at 12:40, Mark Derricutt wrote:

> hiya, I have an app thats running as a DelphiCGI app at present which I'm 
> wanting to convert to an isapi dll, changing the headers and compiling to 
> the dll is easy, but its not working )
> 
> First, how do I configure IIS to auto unload the DLL after its run it?  I 
> remember reading somewhere there was a registry key you could change to do 
> this...
> 
> Now, the reason I'm wanting to move to ISAPI is an interim fix to a 
> complete rewrite of the code, I want to keep a persistent database 
> connection alive so that the I don't keep creating connections everytime 
> the page is hit, so was wanting to say open the TDatabase connection in the 
> WebModules onCreate, close it on onDestroy, and then just use it in the 
> actions.
> 
> But for some reason this isn't working, grrr, any pointers?

If u r using external HTML files then u need to give absolute path of 
those file, I had this problem once I fixed it everything worked fine. 

Sandeep

Software Developer
CFL
[EMAIL PROTECTED]
http://www.cfl.co.nz

---------------------------------------------------------------------------
    New Zealand Delphi Users group - Delphi List - [EMAIL PROTECTED]
                  Website: http://www.delphi.org.nz
To UnSub, send email to: [EMAIL PROTECTED] 
with body of "unsubscribe delphi"

Reply via email to