public class UsersContext : DbContext { public UsersContext() : base("conn1") //change the conn1 to your own conntion string { } //...
mvc4 membership, [Win32Exception (0x80004005): The system cannot find the file specified]
2022-02-06 01:05:15
public class UsersContext : DbContext { public UsersContext() : base("conn1") //change the conn1 to your own conntion string { } //...
mvc4 membership, [Win32Exception (0x80004005): The system cannot find the file specified]