In this article I will describe how to do membership and Authorization in an ASP.Net MVC 3 Application.
In this article I will describe how to do membership and Authorization in an ASP.Net MVC 3 Application.Description: One difference between the full ASP.NET MVC 3 Web Application template and the ASP.NET MVC 3 Empty Web Application template is that the empty template doesn't include an Account Controller. That means you have to do your entire customization login form authentication for user and role.Please see my articles about customizing Login form authentication.Article 1Article 2 But if you want to do Membership and Authorization by system account then we have to use ASP.NET MVC 3 Web Application template.Step 1:Create a New ASP.NET MVC 3 project named "Membership" just like Figure 1. Click Ok.Figure 1:Step 2:After Clicking "Ok" you will find a Window where you have to choose Project Type
ASP.NET GridView Control Pocket Guide