![]() |
Custom Membership Provider with multi databases
Hi, all
I have tested the Sample Access Providers from Provider Toolkit and get some feeling how to write a Custom Membership Provider. But now in my own asp.net app I cannot make my Custom Membership Provider working with multi databases. My aps.net web site using querystring such as http://localhost/myapp?client=AClient or http://localhost/myapp?client=BClient to specify which database to connet. And each database have its own User and Role table. We don't want a cental role and membership database because each database map to an independant client. And in my understanding, each membership provider and role provider can only point to one database through the connectionStringName value in Web.Config. Is there any way I can make use of Asp.net 2 membershipProvider and roleProvider with multi databases? Cheers, Tao |
Re: Custom Membership Provider with multi databases
You can create multiple ASP.NET databi (plural for database :->) and point
different pieces to each. Linking the bits that have to be linked can be a pain. You can also create a separate database for each app and write scripts for the roles (or copy the files after initial seed and save back a copy for newer clients). You then add tthe client specific stuff to the shell. -- Gregory A. Beamer MVP; MCP: +I, SE, SD, DBA ************************************************* Think outside of the box! ************************************************* "tao lin" <lams_yi@hotmail.com.nospam> wrote in message news:%23TOgVCK2GHA.1568@TK2MSFTNGP03.phx.gbl... > Hi, all > > I have tested the Sample Access Providers from Provider Toolkit and get > some feeling how to write a Custom Membership Provider. But now in my own > asp.net app I cannot make my Custom Membership Provider working with multi > databases. My aps.net web site using querystring such as > http://localhost/myapp?client=AClient or > http://localhost/myapp?client=BClient > to specify which database to connet. And each database have its own User > and Role table. We don't want a cental role and membership database > because each database map to an independant client. And in my > understanding, each membership provider and role provider can only point > to one database through the connectionStringName value in Web.Config. > > Is there any way I can make use of Asp.net 2 membershipProvider and > roleProvider with multi databases? > > Cheers, > > Tao > |
Re: Custom Membership Provider with multi databases
Hi, Gregory
Thanks for your reply. So in my understanding, what you mean is impossible to use one ASP.Net app and one membership provider to point to different databases? You know, I don't want to maintain multiple asp.net apps and the only difference for them is the web.config file :( Cheers, Tao "Cowboy (Gregory A. Beamer)" <NoSpamMgbworld@comcast.netNoSpamM> wrote in message news:uQnTP0a2GHA.4108@TK2MSFTNGP04.phx.gbl... > You can create multiple ASP.NET databi (plural for database :->) and point > different pieces to each. Linking the bits that have to be linked can be a > pain. > > You can also create a separate database for each app and write scripts for > the roles (or copy the files after initial seed and save back a copy for > newer clients). You then add tthe client specific stuff to the shell. > > -- > Gregory A. Beamer > MVP; MCP: +I, SE, SD, DBA > > ************************************************* > Think outside of the box! > ************************************************* > "tao lin" <lams_yi@hotmail.com.nospam> wrote in message > news:%23TOgVCK2GHA.1568@TK2MSFTNGP03.phx.gbl... >> Hi, all >> >> I have tested the Sample Access Providers from Provider Toolkit and get >> some feeling how to write a Custom Membership Provider. But now in my own >> asp.net app I cannot make my Custom Membership Provider working with >> multi databases. My aps.net web site using querystring such as >> http://localhost/myapp?client=AClient or >> http://localhost/myapp?client=BClient >> to specify which database to connet. And each database have its own User >> and Role table. We don't want a cental role and membership database >> because each database map to an independant client. And in my >> understanding, each membership provider and role provider can only point >> to one database through the connectionStringName value in Web.Config. >> >> Is there any way I can make use of Asp.net 2 membershipProvider and >> roleProvider with multi databases? >> >> Cheers, >> >> Tao >> > > |
| All times are GMT. The time now is 12:26 PM. |
Powered by vBulletin®. Copyright ©2000 - 2013, vBulletin Solutions, Inc.
SEO by vBSEO ©2010, Crawlability, Inc.