
Start by installing and running Visual Studio 2017. This tutorial, we will use LocalDB for the SQL database. This sample will use the ASP.NET Identity default implementation for SQL data storage which is built on Entity Framework.

I will go over sample Web Forms for registering new users and logging in while highlighting all main entry point APIs for user management and authentication. I will outline all the NuGet packages you need to install, and classes you need to add. This tutorial will illustrate the steps to add ASP.NET Identity support to your existing Web Forms project or a new empty project. When you create a new Web Forms or MVC project in Visual Studio 2017 RTM with Individual Accounts, Visual Studio will install all the required packages and add all necessary classes for you.

This tutorial shows you how to add ASP.NET Identity (the new membership system for ASP.NET) to an ASP.NET application.
