How to implement User base security not role base in asp.net?
- by Gaurav
Hi,
I have to implement User base security in my Web project using .Net3.5. Followings are some we need:
Roles can be Admin, Manage, Editor, Member etc
User can have multiple roles
Every roles has its own dynamic menus and restrictions/resources
All menus and interface will populate dynamically from Database
I heard some where this kind of i.e…