I encounter a weird error from IIS.
I got 2 exactly same and pure HTML content files with one of it is *.html
and one is *.asp as the file name.
When I access the file with http://localhost/file_name.html, it give me the
correct content, then when I access with http://localhost/file_name.asp, it
give me "HTTP 500 - Internal Server Error".
I don't know what happen to my IIS, that 2 files is exactly same except the
extension of the file name.
Can I know what's the error?
Thanks for helping.
Below is the error info that I capture from the "event viewer".
===================================================
A condition has occurred that indicates this COM+ application is in an
unstable state or is not functioning correctly. Assertion Failure:
SUCCEEDED(hr)
Server Application ID: {02D4B3F1-FD88-11D1-960D-00805FC79235}
Server Application Instance ID:
{4B7D42E6-D02C-4BAA-97FD-FA319DBA79D9}
Server Application Name: System Application
The serious nature of this error has caused the process to terminate.
Error Code = 0x8000ffff : Catastrophic failure
COM+ Services Internals Information:
File: d:\nt\com\com1x\src\comsvcs\tracker\trksvr\trksvrimpl.cpp, Line: 3000
Comsvcs.dll file version: ENU 2001.12.4414.46 shp
For more information, see Help and Support Center at
http://go.microsoft.com/fwlink/events.asp.
===================================================
The run-time environment has detected an inconsistency in its internal
state. This indicates a potential instability in the process that could be
caused by the custom components running in the COM+ application, the
components they make use of, or other factors. Error in
d:\nt\com\com1x\src\comsvcs\package\cpackage.cpp(1181), hr = 80080005:
InitEventCollector failed
For more information, see Help and Support Center at
http://go.microsoft.com/fwlink/events.asp.
===================================================