I want to design a new webform site using the SimpleMembership with C# and 4.5 framework. When I created the new site, it automatically created the tables "Users, Membership, Profile" and a few others. Now I want to add several additional colums/fields
to the registration page and also make a "profile" page.
1. Which table should I add all the additional colums to?
2. Do I need to use sql update statements to get the data into the additional colums, or is there a way to link it up using the SimpleMembership?
Thanks for all the help.
...
Go to the complete details ...