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
Diff between web user control and web custom control?
i want to implement grid view value in paypal site. so how to create this code in asp.net with C#
What are sql notifications and sql invalidations?
Explain the concept of event bubbling in ASP.NET?
What is global.asax file used for?
Which tool you have done?
Difference between Response.redirect vs server.transfer?
How many types of sessions are there in asp net?
What is a reflection?
Explain About duration in caching technique
Explain the difference between the web config and machine config.
What are the built-in objects in asp.net?
Differentiate between a page theme and a global theme?
What is the benefit of WebAPI over WCF?
What is the use of response redirect in asp.net?