I have an existing ASP.NET 3.5 WebPages site that I'm planning to replace with a new MVC4 site. The MVC4 template set up the new SimpleMembership provider which looks like a nice thing to use.
Can anyone point me to some directions on how to convert my current users over though? I've tried copying the data from aspnet_Membership to webpages_Membership but the logins don't work!
timgriff1785
Member
4 Points
9 Posts
Convert current users to new SimpleMembership provider
Nov 28, 2012 12:45 PM|LINK
I have an existing ASP.NET 3.5 WebPages site that I'm planning to replace with a new MVC4 site. The MVC4 template set up the new SimpleMembership provider which looks like a nice thing to use.
Can anyone point me to some directions on how to convert my current users over though? I've tried copying the data from aspnet_Membership to webpages_Membership but the logins don't work!
molly_c
Participant
1590 Points
401 Posts
Re: Convert current users to new SimpleMembership provider
Dec 05, 2012 09:05 AM|LINK
Copy your current user to new membership .mdf database? If yes, check below link.
http://stackoverflow.com/questions/9898173/copy-asp-net-membership-provider-from-mdf-file-to-sql-database
Molly
It's time to start living the life you are imagined.