> I seem to recall that there are products available to allow 
> IIS to validate users against a database, without the use of CF.
> 
> Can anyone point me towards some of these?
> 
> I'm trying to allow validation against a database without 
> using ASP, CF, or any other application-type validation. I want 
> the web server to hit the database so that these users needn't 
> be actual NT domain users.

This is the closest I've seen:
http://www.coolfusion.com/iAuth.cfm

Note that, to actually perform the authentication, you'll have to write a
script in CF or ASP (or other CGI-style environment) to query the database.
I don't think that the file for which authentication is required needs to be
anything other than a regular HTML file.

Note also that I haven't done any real research on alternatives - I wouldn't
be surprised if there are some for IIS. You might search for IIS components
and have better luck.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
voice: (202) 797-5496
fax: (202) 797-5444

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
------------------------------------------------------------------------------
To unsubscribe, send a message to [EMAIL PROTECTED] with 
'unsubscribe' in the body or visit the list page at www.houseoffusion.com

Reply via email to