Define custom roles
-
I am developing a content management Site and define custom roles. Can anyone tell me the way how to get defined custom roles for my members and subsequent Menus for these roles and how to manage all these? Please note: We are not using Asp.net Membership Provider, we have to apply our custom roles.
-
I am developing a content management Site and define custom roles. Can anyone tell me the way how to get defined custom roles for my members and subsequent Menus for these roles and how to manage all these? Please note: We are not using Asp.net Membership Provider, we have to apply our custom roles.
Gaurav.Kumar.Arora wrote:
Please note: We are not using Asp.net Membership Provider, we have to apply our custom roles.
Then I think develop your own Role management system.Use database for it.and when loading page render the menu dynamically based on the role of user.
Cheers!! Brij Check My Latest Article
-
I am developing a content management Site and define custom roles. Can anyone tell me the way how to get defined custom roles for my members and subsequent Menus for these roles and how to manage all these? Please note: We are not using Asp.net Membership Provider, we have to apply our custom roles.
Gaurav.Kumar.Arora wrote:
Can anyone tell me the way how to get defined custom roles for my members and subsequent Menus for these roles and how to manage all these?
Use Database, Store Role along with the UserName. After authentication of user check the role from the database, based on that give the functionaly to the user.
cheers, Abhijit CodeProject MVP Web Site:abhijitjana.net View My Recent Article