I have a Windows 2008R2 server enterprise editionOn the server I have IIS 7.5.
I want to use the IIS as frontend to users and have SSO to Domino. I use Windows authentication.
I can see log-files that my ISAPI-filter loads on the IIS
-------- FROM LOGFILE -------
[Thu Dec 17 09:32:50 2009] 00000cbc 00000cf0 - PLUGIN: Plugins loaded.
[Thu Dec 17 09:32:50 2009] 00000cbc 00000cf0 - PLUGIN: --------------------System Information-----------------------
[Thu Dec 17 09:32:50 2009] 00000cbc 00000cf0 - PLUGIN: Bld version: 7.0.0
[Thu Dec 17 09:32:50 2009] 00000cbc 00000cf0 - PLUGIN: Bld date: Aug 19 2008, 23:37:11
[Thu Dec 17 09:32:50 2009] 00000cbc 00000cf0 - PLUGIN: Webserver: IIS
[Thu Dec 17 09:32:50 2009] 00000cbc 00000cf0 - PLUGIN: Hostname = XXXXXXXXXXXX
[Thu Dec 17 09:32:50 2009] 00000cbc 00000cf0 - PLUGIN: OS version 6.1, build 7600, ‘’
[Thu Dec 17 09:32:50 2009] 00000cbc 00000cf0 - PLUGIN: --------------------------------------------------------------
----- END LOGFILE -----------
I can open pages on the IIS-server.
Then I try to open nsf-files I get error
HTTP Error 500.0 - Internal Server Error
Detailed Error Information
Module IsapiModule
Notification ExecuteRequestHandler
Handler ISAPI-dll
Error Code 0x80070003
Requested URL http://SERVERNAME:80/sePlugins/iisWASPlugin_http.dll
Physical Path C:\Program Files\IBM\WebSphere\Plugins\bin\IIS_webserver1\iisWASPlugin_http.dll
Logon Method Negotiate
Logon User DOMAIN\USERNAME
I use 64-bits ISAPI-plugin, version 7.0
I have tried to find ISAPI-plugin version 7.5 but not found it.
See this link for more information
What have I missed?
Something wrong in the IIS-config?
Do I have wrong ISAPI plugin?