Why don't I see multiple entries in the aspnet_Profile table for each user

One of the main reason can be that you are using Windows authentication and accessing the application with the same credentials. Each time you assign something to the profile object your data simply gets updated in the aspnet_Profile table.

You can either add multiple users to the windows account or use Forms authentication.  

powered by IMHO 1.3

Print | posted @ Friday, January 06, 2006 9:28 AM

Twitter