
July 7th, 2004, 10:48 PM
|
|
Registered User
|
|
Join Date: Jul 2004
Posts: 12
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
IIS Authentication Filter
http://www.bestcode.com/html/bcauthenticate.html
bcAuthenticate is an ISAPI based Authentication filter for IIS 4,5,6.
It allows you put userid passwords in a database and manage them
individually instead of relying on Windows NT accounts. It uses ODBC
to access the database and map the users to NT accounts. It also caches
them in memory for specified amount of time so it is fast. It has a GUI admin
also.
Regards,
g.
|