ISAPI Extensions, Filters, and Script Mapping (Compact 2013)

3/26/2014

ISAPI extensions provide a means of scripting for the web server. ISAPI extensions are implemented as DLLs that are loaded into the same process as the web server.

ISAPI filters are DLLs that are loaded into the process of the web server when it is started, and they stay in memory until the web server shuts down. After they are loaded, ISAPI filters can be configured to receive a number of special filter-event notifications that occur with each HTTP request that the web server receives and with each response that the web server generates in return.

In This Section

  • ISAPI Extensions
    Provides information about how the ISAPI Extensions DLLS provide scripting for the web server.
  • ISAPI Filters
    Provides information about how the ISAPI Filter DLLs are configured to provide event notifications for web server requests and responses.
  • ISAPI Script Mapping
    Provides information about how to map requests for files that have a specified extension type and then have the web server run a specified ISAPI DLL or ASP.

See Also

Concepts

Web Server Application Development
Web Server Authentication and Permissions