I'm trying to convert my old application with SQL Membership to .NET Identity 2.0
I've found this page but this doesn't apply to Identity 2.0 since the database structure has been changed from Identity 1.0
http://www.asp.net/identity/overview/migrations/migrating-an-existing-website-from-sql-membership-to-aspnet-identity
There are so many features that are missing from SQL Membership and wondering how everyone is dealing with this.
My biggest problem is that Identity framework doesn't have ApplicationID which my old application uses custom membership provider.
There are not many documents about Identity framework and not sure what to do with my customer membership providers...
Also, Is Identity will obsolete and end up like Simple membership or Universal providers?
Any suggestions wi ...
Go to the complete details ...