tags:

views:

63

answers:

1

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.

+1  A: 

Here is a tutorial on the Membership and Roles providers in ASP.NET.

http://www.odetocode.com/Articles/427.aspx

Daniel A. White
Thanks Daniel for your response. Unfortunately, we are not using Asp.net Membership, we have to apply custom membership. I have edited my question accordingly.
Rick