the original asp.net roles provider is page oriented. I mean, if user try to access some page. then some httpModule will check if this user is in the allowed roles.
but, what if i want to make to each role some options. like: read, write, modify like os file system roles.
my solution was to store this roles info in the Profile(ProfileCommon). but i think this is not elegant solution.
is there any idea? thanks.