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
        {
        }


 //...
原文地址:https://www.cnblogs.com/zyip/p/3571948.html