I went through all the steps (and all the extra research) and successfully got the iisWASplugin running on Windows 2000 and IIS. The next step for me was to integrate a working site with my web authentication package. I discovered that you can add -WebPreAuthenticated- as a group to the ACL so that Domino will allow users into databases. (Although it didn’t seem like I should have to do that to a database with default reader access, but hey!) My problem now is this. I can log on to the web site, visit domino databases and views, but when I access a particular document, my IIS server “terminates unexpectedly.”
I have tested the following:
-iisWASplugin w/o security (works)
-security (works)
-reverse the ISAPI order of for security and iisWASplugin (no difference)
-iisWASplugin with security (works)
-iisWASplugin with security to a database (works)
-iisWASplugin with security to a view (works)
-iisWASplugin with security to a document (crashes IIS)
Of course, I get no errors of any kind in Domino, the security package, or the 2000 event log (except that it “terminated unexpectedly”).
Has anyone had any experience with any of this, or know of a way to increase what logging might tell me, or any ideas of what I might check?