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

Explain the server control events of asp.net ?

760


How can you debug your.net application?

766


Explain State management in asp.net

817


How does ASP.NET framework maps client side events to Server side events.?

788


What is the base class from which web forms are inherited?

758


What is ashx file in asp.net?

760


What is the sequence in which ASP.NET events are processed?

709


What is route in web api?

744


Tell me the code snippet to show how we can return 404 errors from HttpError?

1039


Why cyclomatic complexity is important?

775


What is the life cycle of web page?

743


How to make sure that contents of an updatepanel update only when a partial postback takes place (and not on a full postback)?

730


what is loosely coupled solution? How it can be used?

789


Explain what are the advantages of asp.net mvc framework? : asp.net mvc

762


What are the Types of object in asp

844