>How can I secure my application so that these .htm files cannot be accessed >without first authenticating? (I cannot change these .htm files into .cfm >files.) Put them in a seperate directory that has webserver access control. If you use NT, you could integrate the NT security database with Spectra so that you use the same database for Spectra and for the webserver. Or you could use LDAP I believe to achieve this result.
Another approach would be to extend your webserver using ISAPI or NSAPI to write a customized security solution. Perhaps it is also possible to have your webserver execute a cfm file for every request. Sort of a default server include. The cfm file could redirect users to appropriate places. I have not tried any of these solutions. Kind regards, Marc ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm ------------------------------------------------------------------------------ To Unsubscribe visit http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/spectra_talk or send a message to [EMAIL PROTECTED] with 'unsubscribe' in the body.
