asp.net mvc Invalid value for key 'attachdbfilename'

后端 未结 9 1630
野趣味
野趣味 2020-12-10 05:50

I am currently reading Manning\'s \"ASP.NET MVC 4 in Action\" book and trying to get the first example to work.

Within my test application, I built a simple Model a

9条回答
  •  無奈伤痛
    2020-12-10 06:25

    Though, I am bit late to respond to this question but I was facing the same issue and I resolved it by modifying the connection string like below

     
    

    Hope this would be helpful for others too.

提交回复
热议问题