Configuring iASP with OmniHTTPd Server

I assume iASP has been installed in c:\iasp

Click on 'Admin'-->Properties->Web Server Global Settings

Step 1: Enable external script processing()

External script processing should be enabled by default. You can check this setting in the Advanced section of the Global Server Properties. Make sure that Enable External Script Support is checked.

Step 2: Check the MIME types

In the Global properties, check the MIME list that these associations are present:

Virtual Actual
wwwserver/isapi .asp
wwwserver/isapi .asa

Step 3: Check the entries in the External tab

Go into the External tab and check the following association. You will have to change it to the appropriate directory if you installed iASP to another directory:

Virtual Actual
.asp C:\iasp\bin\isapi\iasp.dll
.asa C:\iasp\bin\isapi\iasp.dll

If the following configurations exist, please remove them from the External tab.

Virtual Actual
.asp C:\WINNT\System32\ChiliASP\caisa200.dll
.asa C:\WINNT\System32\ChiliASP\caisa200.dll

 

Click on 'Admin'-->'Properties'-->'Default Virtual Settings'

Step 4: Set up the paths to iASP samples (Optional)

Add these to your Alias list. You will have to use different directories if you installed iASP  to another directory:

Virtual Actual
/iasp c:\iasp

Step 5: Restart the OmniHTTPd server.

Step6: Start iASP proxy server, (run c:\iasp\start-server.bat)

Step7: Check iASP sample with http://localhost/iasp/

If you encounter any problems or errors, please contact support@halcyonsoft.com


Copyright © 1998-2002, Halcyon Software Inc. All rights reserved.