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
Which of the following .NET framework supports Web API?
What is the web.config file in asp?
What is parse in asp.net?
how to implement some securty aspect in our application i.e 1.cookie poisioning. 2.data encryption. 3.forcefull browsing 4.sql/code injection 5.securing web app by using web services ........my question is how to implement these thing in our application is this done by hard coding or by help of some tool
Define repository pattern in mvc.net? : asp.net mvc
What r the asp.net list controls and diff. Between them?
What is application session?
Define static function?
What is .net framework and what are the main components of it?
Explain about asp.net caching?
How to turn off cookies for a page?
What is a 307 redirect?
Why the javascript validation not run on the asp.net button but run successfully on the html button?
What are the new features implemented in ASP.NET?
What is difference between mvc and asp.net? : Asp.Net MVC