User informations

  • Thread starter Thread starter etam
  • Start date Start date
E

etam

Hi,

what is the bes practice (in ASP.NET) for adding aditional information
to the user? Is it by making another table in this database where
authorization table is hold and use userid as foreign key?
 
etam said:
Hi,

what is the bes practice (in ASP.NET) for adding aditional information
to the user? Is it by making another table in this database where
authorization table is hold and use userid as foreign key?

The best way is to add the additional information to the profile.
This will integrate the information in the existing database.

Look here for more information about profiles:
http://quickstarts.asp.net/QuickStartv20/aspnet/doc/profile/default.aspx

Riki
 
The best way is to add the additional information to the profile.
This will integrate the information in the existing database.

Thanks!

It is really cool ;), helped me a lot!

Etam.
 
The best way is to add the additional information to the profile.
This will integrate the information in the existing database.

Thanks, it helped me a lot!

Is there any mechanism for searching through all profiles? Or should I
create my Custom Profile Provide?

Regards,
Etam.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top