What is the difference between login controls and Forms authentication?
By on Apr 29, 2007 in ASP.NET Interview Questions
Login controls are an easy way to implement Forms authentication without having to write any code. For example, the Login control performs the same functions you would normally perform when using the FormsAuthentication class—prompt for user credentials, validate them, and issue the authentication ticket—but with all the functionality wrapped in a control that you can [...]


