Question:What is the difference between Windows authentication and Forms Authentication?
Answer Windows Authentiation: Windows authentication is used, the user names should match names in the local user database or Active Directory service and need to include a domain name.Form Authentiation: Forms authentication lets you authenticate users by using your own code and then maintain an authentication token in a cookie or in the page URL. Forms authentication is the better choice for Internet applications
+ Report
What is the difference between Windows authentication and Forms Authentication?