Wednesday, August 20, 2008

Authentication In Asp.net

Authentication is the process of obtaining identification credentials from a user ( like user name and password ), and validating those credentials against some authority.

There are 4 type of authentication modes which you can set in web.config file.
1.) None
2.) Windows
3.) Forms
4.) Passport

like

No comments: