ISAPI Extensions, Filters, and Script Mapping (Windows CE 5.0)

Send Feedback

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 Script Mapping

ISAPI Extensions

ISAPI Filters

See Also

Web Server Authentication and Permissions | Web Server (HTTPD) Application Development

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.