Possible ways to link existing user table into SQLMembershipProvider?
- From: "Ryan" <ryano@xxxxxxxxxxxxxx>
- Date: 24 Mar 2006 13:57:38 -0800
Hi all,
I have membership working well and I'm trying to integrate it into a
database that makes heavy use of a pre-existing 'User' table. I'd like
to keep my existing table (I've reduced the fields it holds so that it
does not duplicate the .Net provided ones) as there are a lot of joins
to the table and a few extra columns.
This means I have two sets of user data, the .Net one and my very small
table with a few extra columns and a 'loginname' column to join back to
the .Net one.
I've created a user using the site admin tools in Visual Studio so I
can log in initially but my application does not have any knowledge of
this .Net created user. I'd like to be able to subscribe to an event so
that I can keep the two in sync, but as my app is ASP.Net based I can't
see that working.
Has anyone got a good angle on how to approach this? I could put a
trigger on the .Net tables, but I don't want to touch those and I've
put them in the default 'aspnetdb' database to keep them away from my
code.
Thanks in advance
Ryan
.
- Follow-Ups:
- Prev by Date: Re:Code Security
- Next by Date: Re: Active Directory Authentication in IIS 6
- Previous by thread: Active Directory Authentication in IIS 6
- Next by thread: Re: Possible ways to link existing user table into SQLMembershipProvider?
- Index(es):
Relevant Pages
|
|