A
Amir Ghezelbash
Hello all,
I have a question...i am using the regulare wizard to create members
while implementing membership provider now every thing works
fine..member gets created i do see it in the database, but the login
wizard doesnot log in the members that i manually create..if i create
the same members using the createUser wizard...the user can login usig
the login wizard..how can i fix that...thank you
oh btw the code i am using to create members is
Membership.CreateUser(this.UserName, this.Password, this.Email,
this.Question, this.Answer, false, null, out status1);
if (status1 == MembershipCreateStatus.Success)
//send email
is there something i am missing
how come when i make an account like this..members cant login using the
login wizard
I have a question...i am using the regulare wizard to create members
while implementing membership provider now every thing works
fine..member gets created i do see it in the database, but the login
wizard doesnot log in the members that i manually create..if i create
the same members using the createUser wizard...the user can login usig
the login wizard..how can i fix that...thank you
oh btw the code i am using to create members is
Membership.CreateUser(this.UserName, this.Password, this.Email,
this.Question, this.Answer, false, null, out status1);
if (status1 == MembershipCreateStatus.Success)
//send email
is there something i am missing
how come when i make an account like this..members cant login using the
login wizard