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


Please Help Members By Posting Answers For Below Questions

Which property is used to identify the Page is Post Back in ASP.NET?

795


Web API uses which library for JSON serialization?

808


Explain what does mvc represent in asp.net? : asp.net mvc

727


Define msil.

780


What is the difference between the asp and asp.net?

736


What is the difference between a default skin and a named skin?

862


Describe state management in asp.net?

809


What is session handling in a webfarm, how it can work with its limits?

884


What are validator? Name the validation controls in asp.net? How do you disable them?

800


What is difference between inproc and outproc?

926


Who generates session id?

710


How many types of cookies are there in asp.net?

763


What is session id in web application?

814


Differences between “dataset” and “datareader”.

787


What is difference between session and viewstate?

692