What's the diff between dbo.aspnet_Users and dbo.aspnetUsers?
问题 VS 2013, Framework 4.5.1 ... I ran Aspnet_regsql.exe to create the schema. It created the tables with an underscore in them: aspnet_Users for example. It also created the associated stored procedures. Those stored procedures do work and they add records to the tables: a user is added to aspnet_Users, for example. When I try to use Login.aspx, it crashes on the manager.Find with the error: "Invalid object name 'dbo.AspNetUsers'." protected void LogIn(object sender, EventArgs e) { if (IsValid)