asp.net - user is being created with Membership.CreateUser and when I pass the line it is being automatically deleted from table -
I am trying to create a user by using membership. After passing the CreateUser following line: Membership user new user = membership. User (_UserName, _Password, _UserName);
I check the 'aspnet_Membership' table and I find that the user is actually created. At that time I stop the application and I check the table again.
Does anybody understand what is happening?
Thank you very much, Asf.
a
/ div>
Comments
Post a Comment