Re: Profile provider question
- From: "Kerem OZMAN" <tmp@xxxxxxxx>
- Date: Fri, 26 May 2006 05:44:43 +0300
Why don't you create a new class that inherits from SqlMembershipProvider
adn override the ApplicationName property with some of your special
extension cases.
"Saumin" <Saumin@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:017E0F69-8C9C-4CEB-ACF7-EE23BFFDA524@xxxxxxxxxxxxxxxx
I had a question regarding ProfileProviders. Here is our situation. I have
a
custom MembershipProvider which is using ADAM. The reason that I have
custom
provider is because, we have client companies who have people with
overlapping usernames. In other words, one client company, Company A has a
person with username "jsmith" and other client company, Company B has some
other person with same username "jsmith". But now, I am using native sql
profile provider along with this and I noticed that aspnet_users table is
overwriting profile information depending upon who logged in last. It
would
work if I were to treat ApplicationName as ClientCompanyName and then I
would
not have any problem. But I do not know how to do that? Does anybody have
any
suggestions on this and actually how to approach this problem in any other
fashion?
I will appreciate any help on this.
Thanks!
Saumin
.
- Prev by Date: Re: Calling NetUserGetInfo from ASP.NET app
- Next by Date: Re: Calling NetUserGetInfo from ASP.NET app
- Previous by thread: Looking for unit tests for Custom Provider
- Next by thread: Re: ASP.net 2.0 profile provider. Turn on personalization
- Index(es):