ASP.NET Membership provider framework
I am implementing security of my project. I have a logic of nested roles. I mean there will be some group and under that group role will be created. I also have to create access rules dynamically, for that I have to store access rules in database table.
Now I want to extend the AspNetSqlMembershipProvider and AspNetSqlRoleProvider. But I have a different database structure ( group table and access rule table ), that is way I can not extend it properly.
If I create some extra methods for creating group and accessrules, that methods can not called from Roles class.
Please help me.
__________________
Happy coding...
Arnab Roy Chowdhury.
|