mvc4 membership, [Win32Exception (0x80004005): The system cannot find the file specified]

 

 

 public class UsersContext : DbContext
    {
        public UsersContext()
            : base("conn1") //change the conn1 to your own conntion string
        {
        }


 //...

 

posted @ 2014-02-27 17:13  zyip  阅读(242)  评论(0编辑  收藏  举报