Failed to update .mdf database because the database is read-only (Windows application)

前端 未结 5 996
礼貌的吻别
礼貌的吻别 2020-11-29 10:54

I\'ve created a database windows application using in C#. My application is running successfully on Windows XP, but it doesn\'t properly execute on Vista or Windows 7 system

5条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2020-11-29 11:32

    You should add the Modify permissions for IIS_IUSRS user to *.mdf file.

提交回复
热议问题