Up to date tutorial of FormsAuthentication in Asp.Net MVC
I'm not getting to hang of the entire FormAuthentication thing. Is there an up-to开发者_Go百科-date tutorial somewhere? I found this one, but it a bit old and the syntax doesn't match recent Asp.Net MVC.
Look in the Account Controller that a new ASP.NET MVC project creates. It should already have everything you need to get started.
精彩评论