Storing Additional User Information in membership db - ASP.NET

Question:

Hi,

In my project I already used the aspnet_regsql and the aspnetDB database was included into my oun data base.

when one adds an acount the information falls into the aspnet_Membership and the aspnet_Users tables  and of course rolles and profiles also into the related ones.

I would like to add indormation fields like "first name", "last mame", "compamy" etc.... to the user acount control.

What is the right way to do it. at the present I have a special table for this informaton but then I have to have 2 login windows.

Thanks

Dov

 

Solution:

 

Check this:

http://dotnet-friends.com/tutorials/asp/tutinasp97d3c33a-53a2-4a03-a9c4-30920e0b7feb.aspx

http://weblogs.asp.net/scottgu/archive/2005/10/18/427754.aspx

http://www.asp.net/learn/security/tutorial-08-vb.aspx

 

你可能感兴趣的:(c,user,table,database,asp.net,login)