Configuring iASP on a Sambar Web Server

The Sambar web server is a multi-threaded HTTP, FTP and Proxy server for Windows NT and Windows 9x. The following instructions show how to configure your Sambar Server to run your ASP applications with iASP.

NOTE: We assume that you have installed Sambar Server under c:\sambar and Instant ASP under c:\iasp. If you have installed either in different directories, please be sure to make appropriate changes when you follow the steps below.

  1. Shutdown the Sambar server.

  2. Edit the c:\sambar\config\mappings.ini file as follows:

    Under the [aliases] section, add the following line:

    /iasp = c:\iasp

    Under the [isapi] section, add the following line:

    *.asp = c:\iasp\bin\sambar\iasp.dll

  3. Save the ini file.
  4. Start iASP.
  5. Restart the Sambar web server.

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


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