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
Explain the server control events of asp.net ?
How can you debug your.net application?
Explain State management in asp.net
How does ASP.NET framework maps client side events to Server side events.?
What is the base class from which web forms are inherited?
What is ashx file in asp.net?
What is the sequence in which ASP.NET events are processed?
What is route in web api?
Tell me the code snippet to show how we can return 404 errors from HttpError?
Why cyclomatic complexity is important?
What is the life cycle of web page?
How to make sure that contents of an updatepanel update only when a partial postback takes place (and not on a full postback)?
what is loosely coupled solution? How it can be used?
Explain what are the advantages of asp.net mvc framework? : asp.net mvc
What are the Types of object in asp