c# - Migrating from SQL Membership Provider to Indentity 2.0 -



c# - Migrating from SQL Membership Provider to Indentity 2.0 -

i'm using ef, webforms .net 4.5 rebuild of our web application.

we have 4000 users in our databases standard databases membership provider.

how can go migration without losing of users passwords?

i've spend 9 hours trying create work article below: http://www.asp.net/identity/overview/migrations/migrating-an-existing-website-from-sql-membership-to-aspnet-identity

but problem that's identity 1.0 , it's obsolete.

i've tried going pmc , updating database way, create new tables identity without importing of old data. if imported info myself password hashing differences cyrpto changes wouldn't allow me log in if copied salt , hashes.

what missing here? i've spent on 12 hours trying figure out migration , have gotten where, there huge lack of documentation web forms.

generated new migration , copied old identity tables , works.

https://www.youtube.com/watch?v=blmkpa7xqf8

c# asp.net entity-framework webforms asp.net-identity

Comments

Popular posts from this blog

Delphi change the assembly code of a running process -

json - Hibernate and Jackson (java.lang.IllegalStateException: Cannot call sendError() after the response has been committed) -

C++ 11 "class" keyword -