vote up 0 vote down star

How can I get the role description from the ASP.NET membership database, other than querying the database directly?

flag

43% accept rate

1 Answer

vote up 1 vote down check

I did look around using Reflector but didn't see any method that returns the description. The method CreateRole() only takes the rolename. Even the stored procedure aspnet_Roles_GetAllRoles only returns the name. I'm afraid you'll need to query the aspnet_Roles table directly

link|flag
1  
msdn.microsoft.com/en-us/library/… says description is currently unused. – Greg Oct 6 at 16:42

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.