User informations

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?
 
R

Riki

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
 
E

etam

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.
 
E

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

Members online

Forum statistics

Threads
474,431
Messages
2,571,678
Members
48,796
Latest member
Greg L.

Latest Threads

Top