I have a simple task to accomplish, I am creating an application that has two types of users, Admins and Users.
I looked at this: ASP.NET MVC 3 Areas and multiple authentication in web.config
And it is very close to what I need to do.
So the simple question is how do you have different login schemes using Forms Authentication in different areas on an MVC site?