Types of authentications in ASP.NET ?

Answers were Sorted based on User's Feedback



Types of authentications in ASP.NET ?..

Answer / kaushik

Type of authentications are -
Windows,
Forms,
Passport

Is This Answer Correct ?    68 Yes 4 No

Types of authentications in ASP.NET ?..

Answer / yoga

Three types of authentications
(i) Windows
(ii) Forms
(iii)Passport

Is This Answer Correct ?    38 Yes 3 No

Types of authentications in ASP.NET ?..

Answer / appu

Forms Authentication:This authentication mode is based on cookies where the user name and the password are stored either in a text file or the database
Windows Authentication:This is the default authentication mode in ASP.NET. Using this mode, a user is authenticated based on his/her Windows account.
Passport Authentication:Passport authentication is a centralized authentication service that uses Microsoft's Passport Service to authenticate the users of an application.

Is This Answer Correct ?    35 Yes 4 No

Types of authentications in ASP.NET ?..

Answer / shiva

Default is none.

Windows(basic,digest,windows integrated)
Forms,
passport.

Is This Answer Correct ?    40 Yes 13 No

Types of authentications in ASP.NET ?..

Answer / ranjith nellikadan

1.---- With Windows-based authentication, the ASP.NET Web
application relies on the Windows operating system to
authenticate the user. ASP.NET uses Windows-based
authentication in conjunction with IIS authentication.
With Windows-based authentication, the user requests a
secure Web page from the Web application, and the request
then goes through IIS. If the user’s credentials do not
match those of an authorized user, IIS rejects the request.
The user then has to enter his or her name and password
into the logon form. The credentials are again verified by
IIS. If correct, IIS directs the original request to the
Web application. The secure Web page is then returned to
the user
2.------ Forms-based authentication refers to a system
where non-authenticated requests are redirected to a
Hypertext Markup Language (HTML) form by using Hypertext
Transfer Protocol (HTTP) client-side redirection. The user
provides credentials and submits the form. If the
application validates the credentials on the form, the
system issues an authentication cookie to the user.
Subsequent requests from the user are issued with the
authentication cookie in the request headers, and then the
user is authenticated based on those request headers.

3.---- Microsoft Passport authentication is a centralized
authentication service that offers a single logon option
and core profile services for member sites. Users who sign
up to use Passport are authenticated for access to Web
sites through a single Passport account. Microsoft Passport
is an XML Web service, and it is an integral part of
the .NET Framework

Is This Answer Correct ?    26 Yes 2 No

Types of authentications in ASP.NET ?..

Answer / somesh

1.windows
2.forms
3.passport

Is This Answer Correct ?    25 Yes 2 No

Types of authentications in ASP.NET ?..

Answer / kartheek

1.Windows-based authentication
2.Forms-based authentication
3.Passport-based authentication

Is This Answer Correct ?    23 Yes 4 No

Types of authentications in ASP.NET ?..

Answer / archana poul

Forms Authentication
Windows Authentication
Passport Authentication

Is This Answer Correct ?    0 Yes 0 No

Types of authentications in ASP.NET ?..

Answer / abinaya

Abinaya

Is This Answer Correct ?    2 Yes 12 No

Post New Answer

More ASP.NET Interview Questions

Explain about Multi-Language integration?

0 Answers  


What is the difference between managed and unmanaged code? *******

2 Answers   Patni,


Where viewstate value is stored in asp.net?

0 Answers  


What are the asp.net list controls and difference between them?

0 Answers  


Which object wraps the state or data of a user?

0 Answers  






Describe session handling in a webfarm?

0 Answers  


How is the asp.net mvc architecture different from others? : asp.net mvc

0 Answers  


What is interval time of GC in .net

2 Answers  


if i have 1000 records and i want to access 20 ata time from SQL server, what will be the query?

9 Answers   Mind Tree,


How will you write a web service for secure socket layer? What is secure socket? Have you done any socket programming? What is single thread and multi thread? What are the differences between .NET 1.1 and .NET 2.2? What is the command to connect to a StoredProcedure? How many types of Adapters are available in ADO.NET? Why DataAdapters are important? What is DataSet? It's important to compile the ASP.NET application before using it? What protocol you use to stream the audio and Video data? What are the different kind of network protocols? Write how will you connect to a database using DataSet? Why we use AJAX? What AJAX can do which JavaScript can't do? In a page using Windows Media API, if we press a button and in succession quickly press another button, what do you think will happen? Will the application wait for the first button response and then execute the second one or directly second button command will execute. What is the architecture of your application? What is connection pooling in SQL? Tell some functions of Windows Media API? How you will detect, whether the ActiveX is installed in the system before accessing it? What are validators are available in ASP.NET? What are the basic concepts of OOPS? What is abstraction?

0 Answers   Tesco,


Describe the difference between inline and code behind - which is best in a?

0 Answers  


Is it possible to write code in many languages in one asp.net project?

0 Answers  


Categories