02-22-2019, 07:00 AM
xe7, iw15.0.15
I am trying to debug and iw isapi application that runs fine as a Standalone but not as an isapi dll under iis.
When I try to start up the isapi application I get a server 500 error with the following
Exception: Exception
No HTTP hook has been set.
Any ideas would be appreciated.
I found the line of the error. In the oncreate of the servercontroller I am trying to call this calll.
LoadXMLDocument(ASettingsXMLName);
I actually get this error.
Error: The system cannot locate the object specified.
Why would this call work under SA but not ISAPI?
I am trying to debug and iw isapi application that runs fine as a Standalone but not as an isapi dll under iis.
When I try to start up the isapi application I get a server 500 error with the following
Exception: Exception
No HTTP hook has been set.
Any ideas would be appreciated.
I found the line of the error. In the oncreate of the servercontroller I am trying to call this calll.
LoadXMLDocument(ASettingsXMLName);
I actually get this error.
Error: The system cannot locate the object specified.
Why would this call work under SA but not ISAPI?