Gaurav Arora
Gaurav Arora

Reputation: 2324

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.

Upvotes: 0

Views: 425

Answers (1)

Daniel A. White
Daniel A. White

Reputation: 190907

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

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

Upvotes: 1

Related Questions