I would like to find out what would be the best way to secure a database from outside users. Here's my problem.
I'm working on a piece of software where users create custom asp files that have to read/write an access 2k database file. This database is located in the same directory as the asp file, so... if a user knew the name of the database (like mydb.mdb) they could download it and view all of the info contained inside of it.
Now... I could try and setup user id's and passwords for the database, but that would be too complicated for the users of the software (and they would have to edit the asp pages which is out of the question.)
So... what are my other options? Is there anyway I can restrict access to the database file?
I'm working on a piece of software where users create custom asp files that have to read/write an access 2k database file. This database is located in the same directory as the asp file, so... if a user knew the name of the database (like mydb.mdb) they could download it and view all of the info contained inside of it.
Now... I could try and setup user id's and passwords for the database, but that would be too complicated for the users of the software (and they would have to edit the asp pages which is out of the question.)
So... what are my other options? Is there anyway I can restrict access to the database file?