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
About CLR, reflection and assemblies?
Explain cashing in asp.net.
In order to bind the data from a data source to the Repeater control what property is set and what method must you call in your code,?
Explain a program using code nuggets to create a simple application? : asp.net mvc
What is the Intermittent crashing of application in production?
Explain about Multi-Language integration?
Define the steps to set up validation control.
What are uri parameters?
What is parse in asp.net?
What is a proxy in web service?
What is data binding in asp net?
State differences between MVC and WebAPI
What is an il?
What is connection pooling and how to enable and disable connection pooling?
How to Separate background image and front image from original picture....