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
How many types of file extensions for razor views in ASP.Net MVC?
What is the difference between a multi-layer and multi-tier applications?
What is clickid?
Why asp.net is used?
Where session variables are stored?
What is difference between session and cookie?
How does the service stream content?
How are sessions stored?
Explain what is viewstate?
Define a static class?
What are cookies in asp.net?
Explain what is an assembly?
Explain what are delegates?
What is Razor View Engine
How do you design a website with multilingual support in ASP.NET ?