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