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 session handling in a webfarm, how it can work with its limits?
What is app_code folder in asp net?
What is asp.net caching?
Does google crawl redirects?
Explain asp.net web forms.
What are server objects?
What is viewstate information stored?
What is the difference between ASP Session State and ASP.Net Session State?
Where is session cookies stored?
how to transfer the file from client to server using asp.net
Explain the concept of View Model in MVC?
I have an external link in my application say www.xyztest.com. Today this site works on http protocal. Tommorow it may run on https. So i cant hardcore the protocal in the site. When a user clicks on the link how can i know if the external site works on http or https and takes him to that place?
What's the difference between viewstate and sessionstate?
Explain the difference between Repeater and Data list control in ASP.NET?
Define repository pattern in asp.net mvc? : asp.net mvc