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 the use of directives & explain with example?

2 Answers   C Squared Systems,


What is custom tag in web.config ?

2 Answers   Accenture, BirlaSoft,


What is the difference between session and viewstate in asp.net?

0 Answers  


How do you handle unhandled exceptions in ASP.NET?.

3 Answers  


Suggest 3 best practices in detail for for Developing High Performance Web and Enterprise Applications

2 Answers   Techno Solutions,


How many rules are there regarding a well formed XML document? a) Nine b) Three c) Six d) Two

1 Answers   Syntax Softtech,


Why would a company use an application service provider?

0 Answers  


Explain the scenario where we go for inpro and outpro session?

3 Answers  


ASP.NET uses event driven programming model.Justify.

2 Answers  


What are the different types of events are occured when a client requests an ASP.NET page from IIS server?

0 Answers   Sans Pareil IT Services,


Why we use asp.net for website development?

0 Answers  


different architectures of asp.net?

1 Answers  


Categories