Developing ISAPI Extensions

You can reduce server overhead and Web access time if you write an ISAPI extension, a run-time DLL used by IIS. You can load an extensions in the same process as IIS for best performance, or into an isolated process to guard against corruption of the IIS process.

This section contains: