User Authentication method of asp.net. is my choice right?

  • Thread starter Thread starter Benny Ng
  • Start date Start date
B

Benny Ng

Hi,all,
Is many developers used the intrinsic forms authentication to do the
user authentication module?

many likes this
//.....
"FormsAuthentication.RedirectFromLoginPage( txtUsername.Text,
chkRemember.Checked )"
.....
........
//......

and this method seems as a standard method that to provided user
authentication in many .NET books.And my application stored the username and
password at the database.Is suitabled to used this "standard"? Or wrote
another custom authentication better?

Can anyone give me any suggestion about this?

Thank you.

Benny Ng
 
Ok.Thanks.Then i goto checkout this article first.Hope can be get some
suggestion from that.
 
Back
Top