Hello,
I am using Role Manager and my requirment is to use multiple roles for a user. Please if someone can help with a working example or piece of code?
Currently I can assign multiple roles easily to a user but when it comes to the authentication of pages (from web.config) its not allowing me to access such pages when there are multiple roles for a user.
e.g.
profileview.aspx is allowed to role "Driver" only, this will be accessible easily if only "Driver" role is assigned to that user but if we assign the role "Common" as well as "Driver" to a user then page is not accessible though "Driver" role is there for the user.
Please if someone can help..
Thanks in Advance..
...
Go to the complete details ...