2 out of 3 rated this helpful - Rate this topic

IIS ISAPI Extensions

IIS 6.0

This section provides reference topics for developing ISAPI extension DLLs.

ISAPI extensions handle specific incoming requests to the IIS server. Extensions are loaded when they are first needed and kept in memory until the host process shuts down. Functions and structures are declared in httpext.h.

This section includes the following topics:

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