Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > Storing additional user information with ASP.NET

Reply
Thread Tools

Storing additional user information with ASP.NET

 
 
mazdotnet
Guest
Posts: n/a
 
      09-06-2007
Hi guys,

I've just started using ASP.NET's membership feature and it all seems
pretty good. However, I need to have additional fields such as
Address, Postal Code, Country, State, City...etc... stored in another
table. The rows can potentially be over 1000000 rows. What's is the
best way to do this? Do I run Membership.CreateUser and then take the
User ID and store that in another table? Is there a better way? (must
be in another table)

Thank you
M.

 
Reply With Quote
 
 
 
 
=?Utf-8?B?UGV0ZXIgQnJvbWJlcmcgW0MjIE1WUF0=?=
Guest
Posts: n/a
 
      09-07-2007
This kind of additional user-specific info is normally stored via a Profile
provider. You can also write your own provider.
-- Peter
Recursion: see Recursion
site: http://www.eggheadcafe.com
unBlog: http://petesbloggerama.blogspot.com
BlogMetaFinder: http://www.blogmetafinder.com



"mazdotnet" wrote:

> Hi guys,
>
> I've just started using ASP.NET's membership feature and it all seems
> pretty good. However, I need to have additional fields such as
> Address, Postal Code, Country, State, City...etc... stored in another
> table. The rows can potentially be over 1000000 rows. What's is the
> best way to do this? Do I run Membership.CreateUser and then take the
> User ID and store that in another table? Is there a better way? (must
> be in another table)
>
> Thank you
> M.
>
>

 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
User Images: Storing in Files VS Storing in Database Jonathan Wood ASP .Net 1 06-02-2008 05:56 PM
storing pointer vs storing object toton C++ 11 10-13-2006 11:08 AM
Dial Plan...using additional gateways. Information Brian A UK VOIP 0 05-14-2006 12:56 PM
An unhandled exception of type 'System.Security.SecurityException' occurred in mscorlib.dll Additional information: Requested registry access is not allowed. Ankit Aneja ASP .Net 5 04-06-2006 06:46 AM
Additional Information on E-mail Address Munging me Computer Support 9 03-07-2004 01:29 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57