Anubis3000
Programmer
Hi,
I have a question in regards to setting folder permissions for a backend database. To give some background, I have 2 parts of my db, the front end and backend. The front end is public, anyone can read/write/execute. The back end is in a folder that restricts access; no one except the administrator should be able to open the folder. This is done so that no one can just go in and delete the backend data.
My problem is that the folder permissions are interfering with the frontend backend links. When the folder is set to execute only, the backend fails to link to the front end.
When the folder is set to execute and read, the front and backend need to be connected each time the front end is opened.
What permissions should I set the folder to? Should I set the security properties of the backend database to a specific setting? Thanks.
I have a question in regards to setting folder permissions for a backend database. To give some background, I have 2 parts of my db, the front end and backend. The front end is public, anyone can read/write/execute. The back end is in a folder that restricts access; no one except the administrator should be able to open the folder. This is done so that no one can just go in and delete the backend data.
My problem is that the folder permissions are interfering with the frontend backend links. When the folder is set to execute only, the backend fails to link to the front end.
When the folder is set to execute and read, the front and backend need to be connected each time the front end is opened.
What permissions should I set the folder to? Should I set the security properties of the backend database to a specific setting? Thanks.