Que FoxISAPI Sample

In order to run these examples make sure you do the following:

Ok, now you're ready to run the following examples:

Simple FoxISAPI Test
This example returns a test page that demonstrates how to use FoxISAPI OLE servers to capture form variables (here passed on the URL's Query String rather than from an HTML form), retrieve the server and browser variables passed by the FoxISAPI INI file, and how to create the output HTML. The URL that is called looks like this: /scripts/foxisapi.dll/wwQue.QueVFP.TestMethod?UserId=000111&UserName=Rick+Strahl

Sample Input Form

Last Name: 
Company:

Release the QueVFP OLE Server
This link causes the QueVFP server to be released from memory, so you can rebuild the EXE file. This link executes the FoxISAPI baseclass method ReleaseServer to be called - the message sets release flag to 1 and causes the server to unload. All other requests by default leave the release flag at 0 which leaves the server loaded in memory.
Note: On live servers you can't be guaranteed that your server stays unloaded since other user can hit the same routine immediately reloading the server into memory. To reliably shut down the OLE server for updates you might have to stop the Web server.