ASP.NET Membership Error

前端 未结 4 1356
终归单人心
终归单人心 2021-01-13 16:25

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 \'

4条回答
  •  予麋鹿
    予麋鹿 (楼主)
    2021-01-13 17:12

    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,

    The 'System.Web.Security.SqlMembershipProvider' requires a database schema compatible with schema version '1'.

提交回复
热议问题