What are Authentication mechanisms in .Net?

Answers were Sorted based on User's Feedback



What are Authentication mechanisms in .Net?..

Answer / payal

authentication is to verify that indentity has right to
access or not

mechanisums are
1.windows
for windows authentication we need iis because iis provid
windows authentication.
2.passport
in that authentication check using microsoft passport
service.
3.form
in that authentication is based on session cokkies.if that
is not available then page is redirected.

Is This Answer Correct ?    8 Yes 0 No

What are Authentication mechanisms in .Net?..

Answer / srujana

there are 3 types of authentication mechanisams in .net.
there are
1)forms authentication
2)windows authentication
3)passport authentication

Is This Answer Correct ?    6 Yes 0 No

What are Authentication mechanisms in .Net?..

Answer / shafi syed

I am regret to say that Suresh is wrong.

There are 3 types of authentications like:
1. Windows authenticaiton.
2. Form authentication.
3. Passport authentication.

and Iam agree with the Payal.

Is This Answer Correct ?    3 Yes 0 No

What are Authentication mechanisms in .Net?..

Answer / rino reji

http://msdn.microsoft.com/en-us/library/aa291347(v=vs.71).aspx
<system.web>
<!-- mode=[Windows|Forms|Passport|None] -->
<authentication mode="Windows" />
</system.web>

Is This Answer Correct ?    0 Yes 0 No

What are Authentication mechanisms in .Net?..

Answer / suresh

1.forms authentication
2.windows authentication
3.xml authentication

Is This Answer Correct ?    0 Yes 6 No

What are Authentication mechanisms in .Net?..

Answer / pandi

4) none

Is This Answer Correct ?    0 Yes 7 No

Post New Answer

More ASP.NET Interview Questions

How can you identify that the page is post back?

0 Answers  


what is CLR?

3 Answers   PrimeLine,


If cookies is disabled in client browser will session work ?

7 Answers   Satyam,


What is ascx?

0 Answers  


What is the use of data set in asp.net?

0 Answers  






What are the different ways you would consider sending data across pages in ASP (i.e between 1.asp to 2.asp)?

1 Answers   Net Solution,


what cut off mark for po's,what questions they asked for interview?

0 Answers  


Which object encapsulates state or data of a user?

0 Answers  


what is the deference between dataset and data adapter?

4 Answers   TCS,


What is the use of express session?

0 Answers  


in database table is thier . in that table fields are photoid , photoname,photo... i want display image in the gridview

5 Answers   TCS,


What is event in asp.net?

0 Answers  


Categories