ISAPI Script Mapping (Windows CE 5.0)

Send Feedback

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

ISAPI Extensions, Filters, and Script Mapping | Base Registry Settings

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.