Showing results for Universal Providers - .NET Blog

Aug 16, 2012
0
0

Migration for user accounts from the SqlMembershipProvider to the Universal Providers

Xiaohong Tang
Xiaohong Tang

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 w...

ASP.NET