what is the code for determining if a user is in a role. I have setup all the users through the ASP.Net configuration Security tab but now want to put logic around some key areas so only people in certain roles can see and access these areas.
|
|
|
|
|
|
|
|
||||
|
|
|
Check out the Roles class, specifically IsUserInRole, GetUsersInRole, AddUserToRole, etc. I use these all the time. |
||
|
|
|
|
Easy~
|
||||||||
|
