I have deployed an application in which i have copied the database file and had given proper connection string .After setup every thing is alright , i am getting the data from database But when i insert or update an record i am getting an error "database is read only ".
I have given the admin privilege to the database and to the exe file still i am getting that error...Please help me....!!
Loading
Javeed M ShaikhPosted Apr 4, 2013, 10:43 AM
Check if SQL service account has access and privilege to the folder to the mdf and ldf , also make sure the files are not set to read-only at the disk level.
try changing the property in SQL server --> option --> state --> db read only = False