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

What is .net remoting?

0 Answers  


which event in global.asx that fires for every request of same user?

4 Answers   FactorH,


Explain what a diffgram is and a good use for one?

1 Answers   Siebel Systems, Syntax Softtech,


For which does this Codebehind="MyCode.aspx.cs" is relevent to ?

0 Answers   Siebel,


Explain the difference between Repeater and Data list control in ASP.NET?

0 Answers  






Which color scheme in a Repeater control can you provide alternatively?

1 Answers   Siebel,


Features of a dataset ?

3 Answers   Accenture,


How can you register a custom server control to a web page?

0 Answers  


List the types of authentication supported by asp.net?

0 Answers  


can we pass coditions in swtich case?

3 Answers  


how can we maintain security in soted procedure?

1 Answers  


What is the basic difference between asp and asp.net?

0 Answers  


Categories