ISAPI Script Mapping (Windows Embedded CE 6.0)

1/6/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