Types of authentications in ASP.NET ?
Answer Posted / appu
Forms Authentication:This authentication mode is based on cookies where the user name and the password are stored either in a text file or the database
Windows Authentication:This is the default authentication mode in ASP.NET. Using this mode, a user is authenticated based on his/her Windows account.
Passport Authentication:Passport authentication is a centralized authentication service that uses Microsoft's Passport Service to authenticate the users of an application.
| Is This Answer Correct ? | 35 Yes | 4 No |
Post New Answer View All Answers
What is comparevalidator?
What is is post back property in asp net?
How many web.config files can I have in an application?
What are strong names?
What are the main advantages of using asp.net?
Explain difference betn dataset and recordset?
in which protocol ASP.NET WEB API Work?
What types of data validation events are commonly seen in the client-side form validation?
Explain the role of global.asax?
What is an assembly? Explain its parts.
What is .net remoting?
How does http session work?
Why we are using mvc instead of asp.net? : Asp.Net MVC
Where is cookie used in asp.net?
What is a postback url?