Permission Issues
ASP.NET
1
Posts
1
Posters
0
Views
1
Watching
-
I have an MS Access database as part of my asp.net project. When I install my application int IIS the database is include, but I have grant the ASPNET user access to the directory and database.mdb file before my web application can query my database. Why do I have to grant access manually, I don't have to grant access to any other file. Is there a way I can automatically grant access during installation.