Share via


ISAPI Script Mapping (Compact 2013)

3/26/2014

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