Article ID: 933343 - Last Review: March 6, 2007 - Revision: 1.0
The Web browser may stop responding when you try to view a Web page that is hosted in IIS 6.0 on a computer that is running an x64-based version of Windows Server 2003
When you try to view a Web page that is hosted in Microsoft Internet Information Services (IIS) 6.0 on a computer that is running an x64-based version of Microsoft Windows Server 2003, the Web browser may stop responding. Additionally, a warning message that resembles the following may be logged in the System event log:
Event Type: Warning
Event Source: W3SVC
Event Category: None
Event ID: 1009
Description:
A process serving application pool 'DefaultAppPool' terminated unexpectedly. The process id was '4152'. The process exit code was '0xc0000005'.
Note The following steps remove the certificate matching rules for the Web site.
Back up the IIS metabase. To back up the IIS metabase, follow these steps:
Click Start, click Run, type Inetmgr.exe, and then click OK.
Right-click the server that you want to configure, point to All Tasks, and then click Backup/Restore Configuration.
Click Create Backup, type a name for the backup, and then click OK.
Note If you want to encrypt the backup file, click to select the Encrypt backup using password check box, and then type the password that you want two times.
Stop the IIS Admin Service service. To do this, follow these steps:
Click Start, click Run, type Services.msc, and then click OK.
Right-click IIS Admin Service, and then click Stop.
Open the Metabase.xml file in Notepad.
Note By default, the Metabase.xml file is located in the System32\Inetsrv folder.
Locate and then delete each node in the Metabase.xml file in which the Name attribute is UnkknownName_2088. For example, you should delete the following node if it appears in the Metabase.xml file:
After you follow the steps that are listed in the "Resolution" section, you must use the 32-bit Microsoft Management Console (MMC) to view the certificate mapping rules. If you configure IIS 6.0 to start a 64-bit worker process, you must repeat steps 1-6 in the "Resolution" section. Then, re-create the certificate mapping rules in the 64-bit version of IIS Manager.