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
From which base class all web forms are inherited?
What does it mean your session has timed out?
What is the difference between client-side and server-side validations in webpages?
Am not able to move the controls on the form freely in asp.net 3.5 even though I selected the position as relative or absolute for those controls. What should I do to overcome this?
how can we create wcf in asp.net and how can we cll that in to asp.net application?plsss tel me each step clearly
What is the difference between a candidate key and primary key?
List some of the important session state modes of asp.net.
How to bind all the binding controls in a page at once in ASP.NET?
Explain how can you debug your .net application?
What is .net framework and what are the main components of it?
How we implement the multiple paypal value with gridview in my website and how we make a payment through Credit Card.
What is the difference between executescalar and executenonquery?
Explain the path instructions in xaml?
Should I delete cookies?
explain code with datachaching with example