Hi, I would like to switch MVC5 from MVC4 but i have got asp.net simplemembership. When i convert project from post below CreateUserAndAccount and Login throws unknow provider exception. I couldn’t find any official tutorial and i don’t have passwordsalt
field. Is there an easy way use simplemembership on asp.net MVC5 or migrate to asp.net Identity?
I also have Little custom-simplemember on table side My User table contains UserName and other user informations. This table also created by EF from My User Model.
is there anyone to switch MVC5 from SimpleMembership.
Hi vectorman,
Please refer to this link below:
# Upgrading a Web Application Using SimpleMembership to ASP.NET MVC 5
http://kevin-junghans.blogspot.jp/2013/10/upgrading-web-application-using.html
Best Regards
Starain