I\'m using ASP.NET MVC. I inserted ASP.NET membership tables into my database and i\'m getting the error written below. Solution maybe? Thanks.
The \'
Old post, but I had a different solution:
In my connection strings in the web.config, I had Persist Security Info=True; included. Removing this solved my schema error,
web.config
Persist Security Info=True;
The 'System.Web.Security.SqlMembershipProvider' requires a database schema compatible with schema version '1'.