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

后端 未结 12 1673
隐瞒了意图╮
隐瞒了意图╮ 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条回答
  •  慢半拍i
    慢半拍i (楼主)
    2020-12-08 10:07

    I have found a very simple way, just paste this data in the aspnet_SchemaVersions table

    common              1   True
    health monitoring   1   True
    membership          1   True
    personalization     1   True
    profile             1   True
    role manager        1   True
    

    I had to use a few spaces to make the data aligned, ignore the blank spaces

提交回复
热议问题