When attempting to access an ISAPI extension DLL, I get back the following error:
Server Application Error
The server has encountered an error while
loading an application during the processing of your request. Please refer to
the event log for more detail information. Please contact the server
administrator for assistance.
There is a corresponding entry in the system event log:
Event Type: Warning
Event Source: W3SVC
Event Category: None
Event ID: 36
Date: 4/21/2008
Time: 11:39:32 AM
User: N/A
Computer: ASDWWW
Description:
The server failed to load application '/LM/W3SVC/1/Root/MyApp/core'. The error was 'No such interface supported
The web site's log file shows the request with a 500 level return code.
I used FileMonNT (yes I know ProcessMon is available) to check file activity. The DLL itself never gets accessed.
I'm not certain how to diagnose this further. I've reviewed the information at http://classicasp.aspfaq.com/general/what-is-event-id-36-and-how-can-i-get-iis-running-again.html
That seemed interesting but not exactly applicable.
This is running on Windows Server 2000, IIS 5.0. This server was migrated recently using a disk-level copy system (Double-Take), and accessing this DLL hasn't worked since. Everything else works including JSP, ColdFusion, PHP and pure HTML. Its the only issue I has following the server move.
I would appreciate any ideas or assistance. Thanks.
Greg