Hi,
I am trying to configure IIS WebServer against WebSphere AppServer.
In the process I have loaded the dll file : iisWASPlugin_http.dll
as an ISAPI filter.
The iisWASPlugin_http.dll is loaded.
However when I try to hit the URL:
http://localhost/snoop IIS crashes.
I tried to register the plugin using regsvr32 iisWASPlugin_http.dll.
However it bumps saying that plugin is loaded but DllServer Register Entry Point Not Found.
Can any one help mee troubleshoot this ?
Thanks in advance.