For my latest project I need to implement a security scheme that allows the creation of user roles and then the ability to assign permissions to those roles. Just like in most Forum products where you can give certain roles permissions like, "Allow Edit Post, Moderate Post, Delete Post, etc...".
I am finding lots of articles online about role management in asp.net 2.0 and how to assign users to roles and check which roles a user belongs to, however I can't find anything about store permissions with each role and check whether a user's role has a given permission.
If anyone here can give me some clues as to where to look or an article to read I'd be very grateful.
I am finding lots of articles online about role management in asp.net 2.0 and how to assign users to roles and check which roles a user belongs to, however I can't find anything about store permissions with each role and check whether a user's role has a given permission.
If anyone here can give me some clues as to where to look or an article to read I'd be very grateful.

