

In this application, we plan to store user information in a sql server database and enable user registration and user login. It's mostly suitable for internal/organizational applications


Let's see available user authentication types. For this demonstration, use default authentication type. Default authentication is Individual User accounts.ĪSP.NET application can have 4 type of authentication, default authentication type is Individual User accounts. Don't change the authentication, leave it as it is. Select MVC as the template to create the application. and MVC5.Ĭreate a web application by clicking on File -> New Project, Then following dialog appears. In this demo application, I'm using Visual Studio 2015 with. Let's see how we can add new properties to User class and customize Register method as we want. By default User class is created and Register/Login methods are implemented. In this demonstration, We try to create a basic ASP.NET web application.
