Switch from old ASP.NET Membership to ASP.NET identity (Visual Studio 2013)
问题 Introducing ASP.NET Identity – A membership system for ASP.NET applications http://blogs.msdn.com/b/webdev/archive/2013/06/27/introducing-asp-net-identity-membership-system-for-asp-net-applications.aspx Now when creating a new web application with ASP.NET 4.5, we have the new "ASP.NET Identity". I manage to let my application to use my MSSQL database with the build in register/login/change password functions, but I am not sure how to do other operation like old days ( especially the "ASP.NET