Hello Guys,
We are planning to migrate ASP.NET membership to ASP.NET Identity could you provide any best solution as i have tried couple of example as below but none of them worked, I am using MVC 5
Example
http://travis.io/blog/2015/03/24/migrate-from-aspnet-membership-to-aspnet-identity.html
Always failed below line
String.Equals(EncryptPassword(providedPassword, passwordformat, salt), passwordHash, StringComparison.CurrentCultureIgnoreCase)
Could anyone provide complete working example please with MVC5
Thanks in Advance
Shabbir