Membership Class

  • Thread starter Thread starter Samuel Shulman
  • Start date Start date
S

Samuel Shulman

Hi all

Once the Membership class is implemented how is it possible to relate
information in the general database to these users

For example, a new user registered then they need to add their despatch
address how can I relate between the 2 records?

Thank you,
Samuel
 
Hi Samuel,

There's a userid key such as "d20e7ef1-dba7-482a-9c4e-c50c2729bfce" for each
user. You could use that as the key to other tables.

Also, you might want to see this article to move the membership-related
schema into your application's existing database so that all database
traffic is using the existing database:

http://aspnet.4guysfromrolla.com/articles/040506-1.aspx

Ken
Microsoft MVP [ASP.NET]
 
Back
Top