Membership User
Hi,
I had one query.
Once the user is successfully created using the createUser method of the membership class, it returns back the membership user.
where is this membership user stored ?
what does asp.net do with this once the user is successfully created.
I checked the httpContext.Current.User but this one is not the membership user object.
Do I always have to do a GetUser if I need to do anything with the membership user after it is created.
|