Re: Supporting multiple custom RoleProvider versions
- From: "Gaurav Vaish \(www.EduJiniOnline.com\)" <gaurav.vaish.nospam@xxxxxxxxxxxxxxxx>
- Date: Sun, 24 Sep 2006 17:17:22 +0530
All of the configurations I've seen for the role provider specify a simple
(weak) type name. What if I had multiple custom role provider
You can register as many as you want to.
All you need to specify is which one if the default to be used. And for a
specific authentication / authorization, which one to be used.
<roleManager enabled='true' defaultProvider='NameOfDefaultProvider'>
<add name='provider1' type='Full.Qualified.Name.Of.Class,
Assembly.Name.In.GAC, Version=1.0.0.0, .... />
<add name='provider2' type='F.Q.N.O.Class, Assembly.Name.In.Bin.Folder'
/>
</roleManager>
HTH
--
Happy Hacking,
Gaurav Vaish | http://www.mastergaurav.com
http://www.edujinionline.com
http://articles.edujinionline.com/webservices
-------------------
.
- Follow-Ups:
- Re: Supporting multiple custom RoleProvider versions
- From: Steven Cheng[MSFT]
- Re: Supporting multiple custom RoleProvider versions
- Prev by Date: Re: ASP.Net site from network share
- Next by Date: Re: Supporting multiple custom RoleProvider versions
- Previous by thread: Re: ASP.Net site from network share
- Next by thread: Re: Supporting multiple custom RoleProvider versions
- Index(es):
Relevant Pages
|
|