Re: .Net 2.0 internal debate - looking for opinions



I think Roles are part of Role manager, not Membership.

Maybe see -A from aspnet_regsql /?.

You might easily create a new rolemanager that inherits from the sql
provider and override the methods you see fit to pull from mybase as
well as your own storage. Then you can also cast the Roles.Provider to
your own type to get at any methods you added.

.