G
Grey
I need to deploy an ASP.NET application to a server. I use MS Access as database of the application. I found that the security right of this ..mdb file must be set to EVERYONE with read, write and modify. However, when I set the Internet user's, IUSER_[computername], access right to this .mdb file to read, write and modify rights, It is failed to use the database on my web application.
If it is the case, there must be a risk that everyone can just connect to that server in window explorer and change the content of the .mdb file directly.
I want to know that how can I set the .mdb file just for user to read, write and modify data through my web application.
If it is the case, there must be a risk that everyone can just connect to that server in window explorer and change the content of the .mdb file directly.
I want to know that how can I set the .mdb file just for user to read, write and modify data through my web application.