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
What is the significance of finalize method in .net?
What is viewstategenerator?
What is session and application variable in asp net?
What is owin authentication?
How is a session stored and maintained in asp.net?
What is asp.net with mvc? : Asp.Net MVC
What is http protocol and how it works?
What is a gridview in asp.net?
Can you use Web API with ASP.NET Web Form?
Using code explain Configuration Management
What are the file extensions for razor views?
What events will occur when a page is loaded?
In the Repeater control which way you can edit?
Where is http session stored?
How will you do Redo and Undo in a TextControl?