Forms-based Authentication and Roles?

stckhlm

New Member
I&#039ve been wondering about this and can&#039t find any articles on the subject. When using Windows-based authentication, you can find out if someone is in a particular role with the User.IsInRole() method, which maps to the roles set up in Windows. Does anyone know if there is a way to reproduce this with Forms-based authentication when users and role membership are stored in a database?
 
Back
Top