Search code examples
asp.netmembershipentitlements

asp.net membership - let admin users manage the site in terms of roles


is there a way i can let the admin users of my site manage roles of other users. I see the asp.net membership tool but that seems to be just for developers of the site. i want a situation where i can give one user admin role and let him manage all of the other role details of the other users so they dont have to come back to me for entitlement changes


Solution

  • Both the ASP.net membership provider and Role manager provide APIs which make it very simple to roll you own management app.

    Membership API

    Role Manager API