views:

26

answers:

1

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?

A: 

Check out this post on Microsoft site.

Vadim
Saw that already, but isn't working? There is something missing there. 1) when I add a role and then a user, I can't select a role. 2) Where is the Login view located or created? And where is the login handled?
JasperT

related questions