Configuring iASP with WebSite WebServer

  1. Associated Documents

    Create a server-side content type mapping listing your template document (.asp) as an ISAPI document. In the registry, under the following key:

    HKEY_LOCAL_MACHINE
      Software
        Denny
          WebServer
            CurrentVersion
              TypeMap
    Create a new value:
    Name:   .asp
    Type:   REG_SZ (string)
    Value:  wwwserver/isapi
     

    Create an association mapping which designates your engine as the handler for your associated documents. For the example, in the registry, under the following key

    KEY_LOCAL_MACHINE
      Software
        Denny
          WebServer
            CurrentVersion
              AssocMap
    Create a new value: ( I assume iASP is installed in f:\iasp20)
    Name:   .asp
    Type:   REG_SZ (string)
    Value:  f:\iasp20\bin\isapi\iasp.dll
     
  2. Document Mapping
    If, as part of installing your application, you may want to create one or more file-to-URL mappings (aka "aliases"). WebSite maintains these mappings in the registry, of course. For example, let's say want our ASP samples directory tree under f:\iasp20\ to appear in WebSite's URL space at /iasp/. In the registry, under the following key
    KEY_LOCAL_MACHINE
      Software
        Denny
          WebServer
            CurrentVersion
              DocMap
    Create a new value:
    Name:   /iasp/
    Type:   REG_SZ (string)
    Value:  f:\iasp20\
  3. Start Instant ASP and WebSite server to Verify that iASP is running correctly by pointing your web browser at http://hostname:port/iasp/

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


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