Article ID: 183480 - Last Review: July 7, 2008 - Revision: 7.2 How to debug ISAPI DLLs in IIS 4.0, IIS 5.0, IIS 5.1, and IIS 6.0
This article was previously published under Q183480 We strongly recommend that all users upgrade to Microsoft Internet Information Services (IIS) version 7.0 running on Microsoft Windows Server 2008. IIS 7.0 significantly increases Web infrastructure security. For more information about IIS security-related topics, visit the following Microsoft Web site: http://www.microsoft.com/technet/security/prodtech/IIS.mspx
(http://www.microsoft.com/technet/security/prodtech/IIS.mspx)
For more information about IIS 7.0, visit the following Microsoft Web site: http://www.iis.net/default.aspx?tabid=1
(http://www.iis.net/default.aspx?tabid=1)
On This PageINTRODUCTIONThis article describes one method that you can use to debug an Internet Server API (ISAPI) Extension or a filter DLL file. You must have Microsoft Visual C++ installed on the computer that is running Microsoft Internet Information Services (IIS). MORE INFORMATIONHow to debug ISAPI DLLs in IIS 4.0, IIS 5.0, and IIS 5.1
How to debug an ISAPI DLL in IIS 6If you run IIS 6 in IIS 5 Isolation Mode, extensions and filters are loaded by Inetinfo.exe. You can use the steps in the "How to debug ISAPI DLLs in IIS 4.0, IIS 5.0, and IIS 5.1" section to debug an ISAPI Extension or a filter DLL file when IIS 6 runs in IIS 5 Isolation Mode.If you run IIS 6 in Worker Process Isolation Mode, extensions and filters are loaded by W3wp.exe. To debug an ISAPI Extension or a filter DLL in Microsoft Visual C++ .NET, follow these steps:
REFERENCES
The process to debug ISAPI extensions and filters under IIS is fully explained in the Microsoft Developer Network (MSDN) documentation. This documentation can be found in the following location:
Web Development
Server Technologies
Internet Information Services (IIS)
SDK Documentation
Internet Information Services 5.1
Programmer's Guide
Developing ISAPI Extension and Filters
Debugging ISAPI Extensions and Filters
http://msdn.microsoft.com/library
(http://msdn.microsoft.com/library)
You can also download this documentation in compiled Help format to your local hard disk. To do this, visit the following Microsoft download site:
http://www.microsoft.com/msdownload/platformsdk/sdkupdate/psdk-full.htm
(http://www.microsoft.com/msdownload/platformsdk/sdkupdate/psdk-full.htm)
| Other Resources Other Support Sites
CommunityGet Help NowArticle Translations
|





















Back to the top