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
Explain about Application and Session Events ?
Write a code snippet to implement the indentation in json in web api.
What is viewstategenerator?
What is voluum?
Is global asax mandatory?
What events will occur when a page is loaded?
What is x xss protection?
What is variable and constant in .net programming language?
What is session state server?
How many types of controls are there in asp.net?
What is the advantage of using Windows authentication in a Web application?
what is meant by sitemapnode ?
What is the request flow used for asp.net mvc framework? : asp.net mvc
How to handle errors in Web API?
Explain client-side scripting?