Hi there,
First of all, just extending the aspnet_Users table might not be a good idea. You might run into troubles with future upgrades to the .NET Framework.
That said, there are a couple of ways to do what you want.
1) Create a class that inherits from MembershipUser and implement the Serial property. Probably a lot of work, and it might also mean you need to do some casting in the code that access the MembershipUser.
2) Store additional info in the Profile for each user. Scott Guthrie has written a nice article about that:
http://weblogs.asp.net/scottgu/archi...18/427754.aspx
HtH,
Imar
---------------------------------------
Imar Spaanjaars
Everyone is unique, except for me.
Author of
ASP.NET 2.0 Instant Results and
Beginning Dreamweaver MX / MX 2004