What are Authentication mechanisms in .Net?
Answers were Sorted based on User's Feedback
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 |
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 |
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 |
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 |
Answer / suresh
1.forms authentication
2.windows authentication
3.xml authentication
Is This Answer Correct ? | 0 Yes | 6 No |
What is the use of directives & explain with example?
What is custom tag in web.config ?
2 Answers Accenture, BirlaSoft,
What is the difference between session and viewstate in asp.net?
How do you handle unhandled exceptions in ASP.NET?.
Suggest 3 best practices in detail for for Developing High Performance Web and Enterprise Applications
How many rules are there regarding a well formed XML document? a) Nine b) Three c) Six d) Two
Why would a company use an application service provider?
Explain the scenario where we go for inpro and outpro session?
ASP.NET uses event driven programming model.Justify.
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?
different architectures of asp.net?