MVC3 Music Store Tutorial Connection String issue

前端 未结 3 1025
离开以前
离开以前 2021-01-16 04:32

I\'m working my way through the MVC Music Store Tutorial and am running into an issue when I try to connect to the database using the entity framework model. I\'ve tried a

3条回答
  •  佛祖请我去吃肉
    2021-01-16 05:07

    how about

    ConnectionString="Data Source=.\DELS2008EXPRESS; Initial Catalog=MvcMusicStore; Integrated Security=SSPI;"
    

提交回复
热议问题