13 April 2012

What is the difference between Windows authentication and Forms authentication?

The difference between Windows authentication and Forms authentication is that in Forms authentication your application performs all the authentication and authorization tasks. You must create Web forms and write code to collect user names and passwords and to check those items against a list of authorized users.

No comments:

Post a Comment