New Tutorial Published on Migrating to ASP.NET Identity
ASP.NET Identity is the new membership system for building ASP.NET applications. The new tutorial explains how to migrate an application that uses ASP.NET Membership to the new ASP.NET Identity system. The tutorial shows how to enable existing users to log in with the new Identity system by migrating the database tables that store u...