DOCUMENT:Q319179 08-MAR-2002 [iis] TITLE :PRB: Starting IIS MMC to Retrieve Directory Properties Is Slow PRODUCT :Internet Information Server PROD/VER::5.0 OPER/SYS: KEYWORDS: ====================================================================== ------------------------------------------------------------------------------- The information in this article applies to: - Microsoft Internet Information Server version 5.0 ------------------------------------------------------------------------------- SYMPTOMS ======== When you start the Internet Information Services (IIS) Microsoft Management Console (MMC) or attempt to use Explorer.exe to retrieve properties on any directory, this operation may be excessively slow. CAUSE ===== This behavior can occur if the PHP hypertext preprocessor (Php4isapi.dll) is installed as an Internet Server Application Programming Interface (ISAPI) filter in IIS. PHP is loaded as an ISAPI filter in IIS. The version of PHP that exhibits this problem is 4.1.0. Php4isapi.dll does not contain file version information. The following is the internal time stamp of the version of Php4isapi.dll that exhibits this behavior: Tue Dec 11 15:24:42 2001 RESOLUTION ========== To resolve this issue, remove the ISAPI filter (Php4isapi.dll). For information about how to use the PHP executable program instead, browse to the following Web site: http://www.php.net MORE INFORMATION ================ The IIS MMC and Explorer.exe have threads waiting on the inetinfo process. Inetinfo attempts to close a metabase handle, but one of its threads stops responding (hangs) when it attempts to notify all of the sinks registered for metabase close notifications. Explorer.exe is affected because it attempts to load W3ext.dll, the IIS shell extension. REFERENCES ========== inetmgr hang Additional query words: ====================================================================== Keywords : Technology : kbiisSearch kbiis500 Version : :5.0 Issue type : kbprb ============================================================================= 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. Copyright Microsoft Corporation 2002.