Friday, August 17, 2012

Migration for user accounts from the SqlMembershipProvider to the Universal Providers

Migration for user accounts from the SqlMembershipProvider to the Universal Providers: As you know ASP.Net SqlMembershipProvider / SqlRoleProvider only support Microsoft SQL Server and Microsoft SQL Server Express. There is no support for Microsoft SQL Azure and Microsoft SQL Server Compact . The ASP.NET Universal Providers have been created in order to add support for SQL Azure to be ready for cloud environments like Azure. Here we will talk about how to migrate your existing project with the SqlMembershipProvider for your user accounts and passwords to the Universal Providers. First, install the Universal Providers Nuget package. This will update the existing project to use Universal Providers. You can also migrate the existing user accounts and passwords from the SqlMembershipProvider to the Universal Providers using the instructions...(read more)

DIGITAL JUICE

No comments:

Post a Comment

Thank's!