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 are the options in ASP.NET to maintain state?
What are different types of authentication techniques that are used in connection strings to connect .net applications with microsoft sql server?
How would ASP and ASP.NET applications run at the same time on the same server?
Explain how viewstate is being formed?
What is the asp.net control toolkit?
Explain the asp.net mvc request life cycle? : asp.net mvc
Explain in what order a destructors is called.
What is the difference between union and structure?
What are the asp.net server side objects?
what is command line compiler.what are the steps and how it is related to debugging.
Explain the flow of processing of the request? : asp.net mvc
What is difference between View State and Hidden Field in ASP.NET?
What are server objects?
What describes a query?
How many types of controls are there in asp.net?