I am working on a small MVC application and now I want to implement an admin section on the website, so that only admin users can access that page/section. I currently have form authentication login.
I followed a tutorial (http://msdn.microsoft.com/en-us/library/t32yf0a9.aspx) regarding Role Provider in MVC and how it can ristrict and do all these stuff using the wizard for role provider, how you can create users.
My question is those users i setup for admin/non admin using the role provider wizard, will they be the users i would authenticate to access the application? i currently have authentication that check users against the database
Thanks in advance