What are various authentication mechanisms in ASP.NET ?

Answers were Sorted based on User's Feedback



What are various authentication mechanisms in ASP.NET ?..

Answer / surender

there r thrr type of authentication mechanism in asp.net:

Form Authentication
Window Authentication
Passport Authentication

Is This Answer Correct ?    19 Yes 4 No

What are various authentication mechanisms in ASP.NET ?..

Answer / mohini nalawade

Authentication
Authentication refers to the method used by the server to
verify the clients’ identity. This feature provides methods
to authenticate clients via a set of standardized and
reusable methods that require little or no modification.
The methods available to developers are:
None – This method does nothing.
Windows Authentication – Attempts to verify users by
validating supplied credentials using authentication
methods used by the Windows operating system. This includes
NTLM (NT LanMan) and Kerberos (for systems running versions
more current than Windows NT 4.0). Windows authentication
is used by default if no method is explicitly selected.
IIS Authentication – Uses authentication methods provided
by the IIS Web server.
Passport Authentication – Verifies users through the use of
the Microsoft Passport authentication server.
Forms Authentication – Allows for application developers to
provide a form for authenticating users in a standardized
way. User accounts can be made specific to the application
and stored in the web.config file.

Is This Answer Correct ?    12 Yes 4 No

What are various authentication mechanisms in ASP.NET ?..

Answer / 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

What are various authentication mechanisms in ASP.NET ?..

Answer / rohan more

there are four types of Authentication in ASP.NET
Windows Auth.
Forms Based Auth.
Passport Auth.
Certificate Auth.

Is This Answer Correct ?    8 Yes 8 No

Post New Answer

More ASP.NET Interview Questions

Explain the significance of routing? : asp.net mvc

0 Answers  


what are the ways to improve performance in .net application?

7 Answers   Mind Tree,


What are different templates available in Repeater,DataList and Datagrid ?

1 Answers  


What is the state management in asp.net?

0 Answers  


What is session and cookies in asp.net?

0 Answers  






Which is better viewstate or session?

0 Answers  


What is event bubbling?

0 Answers  


WHT IS DIFFERENCES BETWEEN HTML CONTROLS AND SERVER CONTROLS.

11 Answers   HCL, Microsoft,


Disable browser cache for entire ASP.NET website?

0 Answers   HCL,


What is the Difference between MVC And MVP design pattrens

0 Answers   Symphony,


You have two buttons in web form and i clicked on one of the button, so how do i find which button i've clicked on the form in my page load?

15 Answers   INDUS,


You have been given the task of designing a web services to expose the data that is stored in a database on the server. In order to successfully build the web services, you need to import some namespaces. What is the minimum namespace you need to import? a) System.Web b) System.WebServices c) System.Web.Services d) System.Web.ServiceModel

2 Answers   Syntax Softtech,


Categories