webforms - Upgrading SQL authentication EF database first to Identity 2 -


we're using old sql membership (forms authentication) web forms project, uses ef 6 database first.

we'd upgrade our membership identity 2.0, have not managed find walks through migration our scenario of existing db-first model forms authentication.

i have tried approach in http://www.asp.net/identity/overview/migrations/migrating-an-existing-website-from-sql-membership-to-aspnet-identity doesn't work code-first , seems identity 1.

if knows how or has resources might help, hugely appreciated.

there youtube video tutorial may idea in order achieve task. isn't migrating membership identity 2.0, video illustrates use identity 2.0 existing database. hope can work current resources (the given link).

part 1: https://www.youtube.com/watch?v=elfqejow5hm

part 2: https://www.youtube.com/watch?v=jbsqi3amatw

hope helps.


Comments

Popular posts from this blog

Python Kivy ListView: How to delete selected ListItemButton? -

asp.net mvc 4 - A specified Include path is not valid. The EntityType '' does not declare a navigation property with the name '' -