How to Install an Isapi Filter DLL

Last reviewed: April 22, 1997
Article ID: Q150312

The information in this article applies to:
  • Microsoft Internet Information Server version 1.0 ---------------------------------------------------------------------

SUMMARY

ISAPI filters can be used with Internet Server to add features such as monitoring HTTP transactions or authentication. Filters can be loaded when the W3 service starts if they are added to a special key in the registry.

MORE INFORMATION

WARNING: Using Registry Editor incorrectly can cause serious, system-wide problems that may require you to reinstall Windows NT to correct them. Microsoft cannot guarantee that any problems resulting from the use of Registry Editor can be solved. Use this tool at your own risk.

To install an ISAPI filter for use with a Microsoft Internet Server, do the following:

  1. Copy the filter DLL to an appropriate subdirectory, such as the SCRIPTS or CGI-BIN subdirectory.

  2. Run Regedt32.exe.

  3. Add the full path of the filter DLL to HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\W3SVC\ Parameters\Filter DLLs

    NOTE: If there is more than one filter DLL file, separate them with commas; for example, c:\inetsrv\Server\sspifilt.dll,c:\inetsrv\scripts\myfilter.dll


Additional query words: prodiis CGI BGI
Keywords : kbusage nttcp
Version : 1.0
Platform : WINDOWS
Issue type : kbhowto


THE INFORMATION PROVIDED IN THE MICROSOFT KNOWLEDGE BASE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. MICROSOFT DISCLAIMS ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL MICROSOFT CORPORATION OR ITS SUPPLIERS BE LIABLE FOR ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL, CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF MICROSOFT CORPORATION OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. SOME STATES DO NOT ALLOW THE EXCLUSION OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES SO THE FOREGOING LIMITATION MAY NOT APPLY.

Last reviewed: April 22, 1997
© 1998 Microsoft Corporation. All rights reserved. Terms of Use.