views:

59

answers:

1

I'm not getting to hang of the entire FormAuthentication thing. Is there an up-to-date tutorial somewhere? I found this one, but it a bit old and the syntax doesn't match recent Asp.Net MVC.

+1  A: 

Look in the Account Controller that a new ASP.NET MVC project creates. It should already have everything you need to get started.

Jess