c# - MDF file in windows application - after setup it become read only -


i have generated windows application. have used sql server .mdf database file. project working fine when have attached setup project , installed it. permission of .mdf file changed , become read not able write/update.

i able change permission of .mdf file manually after working fine. not current way of deployment, guide me should can read, write , update properly. code or technique should use can so?

i using :

  • visual studio 2010
  • c#
  • .mdf file of microsoft sql server 2008 express


Comments

Popular posts from this blog

ubuntu - PHP script to find files of certain extensions in a directory, returns populated array when run in browser, but empty array when run from terminal -

php - How can i create a user dashboard -

javascript - How to detect toggling of the fullscreen-toolbar in jQuery Mobile? -