i am develope asp.net project (localhost)
and i need to save info about the user like first name, last name, telephone ....
if i created a database and table for user it's right ? or i should use the asp.net Configuration and configure rules and users ??
tarek.haydar
Member
1 Points
2 Posts
need some help plz
Dec 10, 2012 01:03 AM|LINK
i am beginner in asp.net and my english is weak
i am develope asp.net project (localhost)
and i need to save info about the user like first name, last name, telephone ....
if i created a database and table for user it's right ? or i should use the asp.net Configuration and configure rules and users ??
subhash.shel...
Contributor
2137 Points
487 Posts
Re: need some help plz
Dec 10, 2012 01:58 AM|LINK
Hi,
if you want to store more information about users, then database table's is best as in asp.net configuration you will not store all the information.
and if you want to store only user name/ password then configuration is best..
Subhash
Please, Mark as Answer if this reply helped you.
tarek.haydar
Member
1 Points
2 Posts
Re: need some help plz
Dec 10, 2012 12:34 PM|LINK
thank you for help :)
robertmary
Member
10 Points
3 Posts
Re: need some help plz
Dec 13, 2012 11:32 AM|LINK
If you need to create user's database table configuration is best.