I tried creating a new user using CreateUser method. but when I click create user button I get this weird error : "The password-answer supplied is invalid".
I already tried putting a strong password (123$567) or a normal password(1234). I double it has anything to do with the password strengh because thats whould throw a different execption.
Here is my code:
Membership.CreateUser(username, password);
Can anyone tell me why is this happening?