Table Data Structure for this Tutorial - Creating a Custom Membership Provider and Membership User utilizing a Data Set Table Adapter - Step 2
In Step 2 of this series, we learn how to:
Create the Table Data Structure for this Tutorial
Since we are connecting to a legacy system, our table structure does not match the default membership user structure provided by Microsoft, so this is why we have to setup a custom MembershipProvider.
Our table consists of 9 columns as shown below. For this example, you will need to create a database and add a Users table with the following fields in order to run the sample files. Or simply use this as a guideline to connect to your existing database and alter the fields accordingly. Start small and just use a few fields from your user/member table, and then add all needed fields once you get the hang of it.