S
shapper
Hello,
I am creating a user as follows:
Membership.CreateUser("user", "pass", "(e-mail address removed)")
I checked the SQL tables and the user is there.
Then I tried to authenticate the user as follows:
Response.Write(FormsAuthentication.Authenticate("user",
"pass").ToString)
It allways gives me false.
What am I doing wrong?
Thanks,
Miguel
I am creating a user as follows:
Membership.CreateUser("user", "pass", "(e-mail address removed)")
I checked the SQL tables and the user is there.
Then I tried to authenticate the user as follows:
Response.Write(FormsAuthentication.Authenticate("user",
"pass").ToString)
It allways gives me false.
What am I doing wrong?
Thanks,
Miguel