Click to See Complete Forum and Search --> : database security question


dlacloche
12-11-2006, 03:22 PM
I have a website with dynamic content--using ASP/ms access. The database lives in the root of the site. So, if someone guesses the name of the .mdb file, they could download it. like:

www.website.com/database.mdb

How can I prevent that??

russell
12-11-2006, 07:01 PM
i'll move it out of the web virtual directory to a different directory altogether -- one outside of the web root. can also change file extension to make it a little trickier. and u can password protect the mdb so even if they do get it, they will have to crack the password too.