I am using membership profile in asp.net and pointing to sql server 2000. I can see the aspnet generated tables storing this data. However, if I need to add more columns to a user, how can I do this in the aspnet table?
i would not suggest doing that, cause there might be unknown repurcursions.
create another table and link it to the aspnet table (PK|FK), read from this table...
Hi, thanks for that. In this case can we programmatically insert into the aspnet membership table? since I'll need the primary key for that customer for this new table.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.