SYMPTOMS
After you install Internet Information Services (IIS) 5.0, and you browse ASP or HTML pages from the console of the Web server or another workstation on the network, the Web service may return the following error message:
HTTP 500 - Server Application Error
The Default Web Site may be in a Running state. If you run the
netstat -an command from a command prompt, you may notice that the Web server's IP address is listening on TCP port 80, which is the default HTTP port.
NOTE: When you are troubleshooting problems using the Advanced Internet Options in Internet Explorer 5.0, more descriptive error messages are usually returned by disabling the
Show friendly HTTP error messages option. For additional information, click the article number below
to view the article in the Microsoft Knowledge Base:
218155 Description of Hypertext Transport Protocol Error Messages
The following items may appear in the Event Viewer on the IIS 5.0 computer:
- Application Log: COM+ error with Event ID 4099
- System Log: W3SVC error with Event ID 59
- System Log: W3SVC warning with Event ID 36.
The Iis5.log file (located in the WINNT folder) may contain the following error message:
0x8004e00f=COM+ was unable to talk to the Microsoft Distributed Transaction Coordinator
When you try to open the Component Services snap-in, which is used for COM+ administration, the Microsoft Management Console (MMC) may stop responding.
CAUSE
Internet Information Services 5.0 relies on COM+, which in turn relies on the Distributed Transaction Coordinator (DTC) service for functionality. The DTC version-checking feature, included in versions of SQL Server that were developed prior to Windows 2000, does not recognize the version properties used by Windows 2000. As a result, the SQL Server DTC Setup utility removes the DTC service installed by Windows 2000. For additional information, click the article number below
to view the article in the Microsoft Knowledge Base:
249310 BUG: Installing SQL Server on Windows 2000 Uninstalls DTC Service