Re: Supporting multiple custom RoleProvider versions



Hi Steven,

Yes, no matter how many providers we configured in our application, only
one default provider is used. However, this is the case if we use the
default provider (those special class rather than directly reference the
provider instance) in our application code. Actually, we can

I just wanted to point out that the 'defaultProvider' for roleManager
is the only one that is used by the 'defaultProvider' for membership.

One may, in extreme and special cases, wish to have own membership
provider who may want to work with its own roleManager rather than may be
even defaultProvider -- yes, a bad idea, I agree. :-)


--
Happy Hacking,
Gaurav Vaish | http://www.mastergaurav.com
http://www.edujinionline.com
http://articles.edujinionline.com/webservices
-------------------


.



Relevant Pages

  • Re: Defining Groups with AD users
    ... For ASP.NET authentication and role based authorization, ... you can configure the membership to use AD ... membership provider and Rolemanager to use SQL server provider. ... Microsoft MSDN Online Support Lead ...
    (microsoft.public.dotnet.framework.aspnet.security)
  • Re: Defining Groups with AD users
    ... For ASP.NET authentication and role based authorization, ... you can configure the membership to use AD ... membership provider and Rolemanager to use SQL server provider. ... Microsoft MSDN Online Support Lead ...
    (microsoft.public.dotnet.framework.aspnet.security)
  • Re: MS ADAM: How strategic is a) MS ADAM and b) Authorizaion Manager?
    ... I'm not really sure on all of the details on the AD membership provider as I ... > I hadn't found ActiveDirectoryMembershipProvider in any of the TechEd ... I think the issue here is that AzMan is a much ...
    (microsoft.public.windows.server.active_directory)
  • Re: Replacing VS .NETs SQL Server Express Edition Integration
    ... You could write a custom membership provider. ... You could add the tables you need to your existing database table. ... As for configuring ASP.NET 2.0 membership to connect SQL Server 2000, ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: Help with ASP.NET Memberships
    ... Jonathan Wood ... It took me a good bit of research and study to get the ideas behing the ASP.Net Provider Model, and some of the implementations of it which come packaged in the framework, but once I "got it" it became fairly simple to use, and I even ended up writing a Provider of my own which I used for email with Memberships and Roles in an application. ... The difference between Membership and Roles is only one of specificity. ... The Provider pattern dictates that a static class of static methods is the "intermediary" between the application and the actual Provider class implementation. ...
    (microsoft.public.dotnet.framework.aspnet)