Click here to Skip to main content
16,022,538 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
When use form authentication and when to use window authentication and what is the difference between both of them
Posted

Have a look at below Article.

ASP.NET authentication and authorization
 
Share this answer
 
forms authentication is used for internet and intranet
based applications.
and windows authentication is the default authentication
provided by the .NET framework.

Windows Authentication - This is provided so that web pages
can make use of the local Windows User and Groups.

Forms Authentication - This is a cookie based authentication
system where the username and passport is stored in a text
file or a database. We will be focusing on this
authentication model in this tutorial.
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900