score:2

Accepted answer

i assume you're creating it using the asp.net membership? if so, simply add a uniqueidentifier column inside your profiles table, set as primary key and you're good to go. sql won't allow you to add more than 1 record for that id.

this article provides exactly what you need http://www.asp.net/security/tutorials/storing-additional-user-information-cs


Related Query