I am having a hard time to get Forms Auth integrated in my MVC2 site. I googled and searched and tried different things, read msdn docs, but nowhere a decent tutorial on how to do it the MVC way.
I have an application, and I set up users and roles with the wizard. And I made a controller with a logon action with a LoginControl. Now what do I do next? How do I logon a user and redirect to where he came from?