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


Please Help Members By Posting Answers For Below Questions

Is it possible to apply themes to an asp.net application? If yes, then how?

820


List down the sequence of methods called during the page load.

740


What is a web farm?

793


What is a page life cycle? What are the events in a page life cycle?

715


What does occur first in ASP.Net, Authentication or Authorization?

818


In asp.net, how can you validate drop down box?

857


What is caching? Explain.

770


Where the viewstate is stored after the page postback?

891


Is it possible to create web application with both webforms and mvc?

765


What is difference between session and application in asp net?

794


What is the difference between cookie and session?

748


What is .net framework and what are the main components of it?

617


How do you create a master page?

803


Which object encapsulates state or data of a user?

868


Where the cookie value is stored?

742