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

后端 未结 12 1652
隐瞒了意图╮
隐瞒了意图╮ 2020-12-08 09:26

I have a SQL Server 2008 DB with many tables filled with data and I used SQL Server Management Studio to generate a SQL dump by using the Script Wizard : Tasks -> Generate S

12条回答
  •  离开以前
    2020-12-08 10:12

    In my case neither of above solutions worked.

    I removed applicationName="/" from memnership provider in webconfig which was created by visual studio and then uploaded it to server.

    Or you can crate the application row in aspnet_Applications table manually.

    Have a nice coding!

提交回复
热议问题