user is being created with Membership.CreateUser and when I pass the line it is being automatically
Posted
by Assaf
on Stack Overflow
See other posts from Stack Overflow
or by Assaf
Published on 2010-06-14T21:42:51Z
Indexed on
2010/06/14
21:52 UTC
Read the original article
Hit count: 354
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.
© Stack Overflow or respective owner