I want to add roles to my website in asp.net mvc 3 so that only an specific role can look at certain controllers.
I read the music store tutorial, and went to the asp .net web administration tool and read that I can customize my provider in the provider tab.
I have in a table called Client from my database and it has columns "Username" "Password" etc. I want to check the login info in these tables.
I went to the provider tab and I can only see AspNetSqlProvider I cannot see a way to add my database there or anything...(the database is already in my project)
How can I configure this. I've search online but haven't found how. Could anyone point me in the direction to do this?