What are various authentication mechanisms in ASP.NET ?
Answer Posted / ashok kumar reddy kamjula
Here is 3 type of authentication mechanisms are there in
Asp.Net:
1)Form Authentication.
2)Window Authentication.
3)Passport Authentication.
1)Form Authentication:- This authentication can use for
internet applications(WAN).
2)Windows Authentication:- This authentication can use for
only intranet applications(with in the LAN).
3)Passport Authentication:- This authentication can use for
internet applications, And single time login for multiple
websites.
Ex: If you login for Gmail, no need to login for Orkut.
Directly you can access the orkut.
-THIS IS THE DIFFERENCE.
Is This Answer Correct ? | 7 Yes | 2 No |
Post New Answer View All Answers
Which property is used to identify the Page is Post Back in ASP.NET?
Web API uses which library for JSON serialization?
Explain what does mvc represent in asp.net? : asp.net mvc
Define msil.
What is the difference between the asp and asp.net?
What is the difference between a default skin and a named skin?
Describe state management in asp.net?
What is session handling in a webfarm, how it can work with its limits?
What are validator? Name the validation controls in asp.net? How do you disable them?
What is difference between inproc and outproc?
Who generates session id?
How many types of cookies are there in asp.net?
What is session id in web application?
Differences between “dataset” and “datareader”.
What is difference between session and viewstate?