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

后端 未结 12 1656
隐瞒了意图╮
隐瞒了意图╮ 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:16

    Try updating the web config file with correct version of System.Web.Security.SqlRoleProvider

    You can find the below configuration in c:/windows/microsoft.net/framework/v4.0.30319 or any other version , there you can find config file . Into it check for machine config files to get version & public key.

    For .net frameowork 4.0

         
         
            
            
         
      
    

    for .net framework 2.0

        
         
            
            
         
      
    

提交回复
热议问题