Prabhu Raja
What is the difference between login Controls and Forms Authentication in ASP.NET?
Posted by Prabhu Raja in .Net | ASP.NET on Nov 12, 2011
0
Do you know the answer for this question? Post it below.
Guest

1)Forms authentication can be easily implemented using login controls without writing any code.
2)Login control performs functions like prompting for user credentials, validating them and issuing authentication just as the FormsAuthentication class.
3)However, all that's needs to be done is to drag and drop the use control from the tool box to have these checks performed implicitly.
4)The Forms Authentication class is used in the background for the authentication ticket and ASP.NET membership is used to validate the user credentials.

Posted by Prabhu Raja on Nov 12, 2011
Sponsored by
Team Foundation Server Hosting
Become a Sponsor
PREMIUM SPONSORS
Sponsored by
6 Months Free & No Setup Fees ASP.NET Hosting!
Become a Sponsor
PRIVACY POLICY | TERMS & CONDITIONS | SITEMAP | CONTACT US | REPORT ABUSE © 2011 C# Corner. All contents are copyright of their authors.