0 out of 2 rated this helpful - Rate this topic

IIS ISAPI Filters

IIS 6.0

This section provides reference topics for developing ISAPI filter DLLs.

ISAPI filters are DLL files that can be used to modify and enhance the functionality provided by IIS. ISAPI filters always run on an IIS server, filtering every request until they find one they need to process. Functions and structures are declared in httpfilt.h.

This section includes the following topics:

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.