Making a more secure ColdFusion/MS Access website
My office unfortunately uses MS Access for our web database. I've been lobbying for something more robust, but so far there's been no changes.
Today I got an email from the security people. They've recommended that I use a "more robust" database (I swear I am not making this up), but MS Access is still the only option. So I've been trying to think of ways to make the thing more secure.
I thought about password protecting the database, but if I do that, my cfquery fails, even if I add the password= attribute. Does anyone know how to make this work? If it does work, will I have a file lock problem (it's Access, afterall)?
Are there any other ways to make this unfortunate combo any more secure?
