user is being created with Membership.CreateUser and when I pass the line it is being automatically
- by Assaf
Hi Guys,
I'm trying to create a user using Membership.CreateUser. After I pass the following line:
MembershipUser newUser = Membership.CreateUser(_UserName, _Password, _UserName);
I check the 'aspnet_Membership' table and I find out that the user is indeed created. At that point I stop the application and I check the table again. Mysteriously the user that has just been created is dissapeared.
Does anyone understands what's going on?
Thanks a lot,
Assaf.