Can User have more than one roles in asp.net

Posted by madness800 on Stack Overflow See other posts from Stack Overflow or by madness800
Published on 2010-04-03T10:10:10Z Indexed on 2010/04/03 10:13 UTC
Read the original article Hit count: 285

Filed under:
|

I'm developing a web application I want to use the role authentication to control different parts of the website accessibility. But my problem is say I implemented a upload and download functionality on one of the page and I want to have the ability to control a user whether they can either upload or download; or both. So, I'm not exactly sure if the role base authentication can support a user with more than one role to work the way I want it.

© Stack Overflow or respective owner

Related posts about asp.net-membership

Related posts about ASP.NET