In this article we will see how to use a Microsoft built-in Membership in ASP.Net MVC 4.
To see Complete Article Visit: - http://www.c-sharpcorner.com/UploadFile/4d9083/using-membership-in-Asp-Net-mvc-4/
It is best to use ready-made membership rather than creating an entirely new one for every application we create.
Let's start creating a MVC application first.
Creating MVC application
In Visual Studio select "File" -> "New" -> "Project...". A new wizard will be shown. Inside that select Visual C# Template and inside that Web and from the list of templates select ASP.NET MVC 4 Web Application then provide name for the project “MembershipDEMO”.
Then in the Project Templates select the Basic template.
To see Complete Article Visit: - http://www.c-sharpcorner.com/UploadFile/4d9083/using-membership-in-Asp-Net-mvc-4/
It is best to use ready-made membership rather than creating an entirely new one for every application we create.
Let's start creating a MVC application first.
Creating MVC application
In Visual Studio select "File" -> "New" -> "Project...". A new wizard will be shown. Inside that select Visual C# Template and inside that Web and from the list of templates select ASP.NET MVC 4 Web Application then provide name for the project “MembershipDEMO”.
Then in the Project Templates select the Basic template.
Comments