What are the types of authentications in ASP.NET?
Answer Posted / shibham
In ASP.Net,there are mainly three types of Authentication-:
1)Forms Authentication
2)Passport Authentication
3)Windows Authentication
To set this Authentication Mode,we write the code in
Web.Config file like-:
<Authentication Mode="Forms/Passport/Windows"/>
Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Is it possible to apply themes to an asp.net application? If yes, then how?
List down the sequence of methods called during the page load.
What is a web farm?
What is a page life cycle? What are the events in a page life cycle?
What does occur first in ASP.Net, Authentication or Authorization?
In asp.net, how can you validate drop down box?
What is caching? Explain.
Where the viewstate is stored after the page postback?
Is it possible to create web application with both webforms and mvc?
What is difference between session and application in asp net?
What is the difference between cookie and session?
What is .net framework and what are the main components of it?
How do you create a master page?
Which object encapsulates state or data of a user?
Where the cookie value is stored?