I'm using the SQLMembershipProvider and want to add a load more info about the users. It the best way to do this to create a new DB and make an entry for each new user as they are created? If so, is there any reason not to use the SQLMembershipProvider UserID value as the PK in the users table in my new DB?
Or, are there any good reasons to create a new UserID in my new DB and use the SQLMembershipProvider UserID as the FK?