Important:
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.
A version of this page is also available for
4/8/2010

Script mapping allows a user to map a request for all files for a specified extension type and then have the Web Server run a specified ISAPI DLL or ASP. The script map is configured in the registry with the HKEY_LOCAL_MACHINE\COMM\HTTPD\ScriptMapsubkey, defined in Base Registry Settings.

The following example shows name and value pairs:

Copy Code
[HKEY_LOCAL_MACHINE\COMM\HTTPD\ScriptMap]
  ".fo1"="\\windows\\asp.dll"
  ".fo2"="\\testextn.dll"
  ".fo3"="\\windows\\testextn2.dll"

See Also