Re: how to implement a customAuth.dll in IIS? PLease help by Chris
Chris
Fri Nov 18 21:35:48 CST 2005
; For CustomAuth.dll to function correctly, the following steps
; must be taken:
;
; - It must be running on at least IIS 6.0
; - CustomAuth.dll must be installed as a filter
; - CustomAuth.dll must be installed as a wildcard script map
; - In the wildcard script map dialog, "verify file exists" must
; be unchecked.
; - CustomAuth.dll must be allowed in the IIS MMC Web Service
; Extensions folder
; - CustomAuth.ini must exist in the same directory as CustomAuth.dll
; - If not using the built-in logon and logoff pages, then the
; specified pages must have ACLs set such that the Internet Guest
; Account must have access to them
; - For any pages that require successful logon, set an ACL that
; denies the anonymous user account read access.
Do you need something specific?
Chris