Share via


ISAPI Script Mapping

A version of this page is also available for

Windows Embedded CE 6.0 R3

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\ScriptMap subkey, defined in Base Registry Settings.

The following example shows name and value pairs:

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

See Also

Concepts

ISAPI Extensions, Filters, and Script Mapping
Base Registry Settings