Avatar of cbtidball
cbtidball

asked on 

Implement Roles in

I have an ASP.NET application (in C#.)  I have a custom login authentication procedure.  Once a user is authenticated I want to take advantage of the asp.net roles.  Can I integrate the asp.net roles feature into my existing authentication procedure?  And if so, how would I do this?  Just to let you know where I stand, my DB is already set up for asp.net security and I have already created all of the roles I want to use.  So, when I authenticate my user I need to assign a role(s) to them... which I where I need help.  Thanks in advance, Christopher
ASP.NETWeb Applications

Avatar of undefined
Last Comment
cbtidball

8/22/2022 - Mon