One of the many new features of Visual Studio 2013 is the new membership system called ASP.NET Identity. The old SimpleMembershipProvider has been replaced. In line with the unification of ASP.NET, ASP.NET Identity can be used for all types of ASP.NET applications (MVC, Web Forms, Web API etc). This post describes how to use ASP.NET Identity to implement forms authentication and show how to customize it to support your requirements.
Go to the complete details ...