do what you like money will follow
Posts tagged asp.net
Failed to update database “dbname.MDF” because the database is read-only
Aug 6th
Hope this can help save your time for solving this.
Try this step :
1) Check your App_Data directory or any contained files does not have file system attribute Read-only set. (I had some files marked as Read-only)
2) create user ASPNET and NETWORK SERVICE Modify control over the App_Data directory.
3) Restart IIS.





