Wednesday, May 16, 2012

ASP.NET Membership Database vs. Membership AND User Database

Is there any reason why I shouldn't add contact and extended data to the users database with a custom membership provider?



What is the advantage of keeping separate one-to-one tables for user data and membership data? As I understand it, the common method is to keep separate tables. I'm thinking it would be better to have one table for users to keep SQL statements simple and custom code the membership provider.





No comments:

Post a Comment