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 |
Where do you store the information about the user?s locale?
What is the advantage of mvc over asp.net? : Asp.Net MVC
Types of objects in ASP ?
What is meant by role based security? when we use this one
How To Send Value one page to Another Page On MasterMenu Click ? please Tell Me!
What is an application domain?
What are the modes of updation in an updatepanel? What are triggers of an updatepanel?
Define page fragment caching?
After building the custom control, you test it by adding an ASP.Net web application to the solution. You add a correct <%@ Register %> directive and a proper declaration of the control in the <asp:Form> tag to the Web Form, but when you execute the application you get an error. What is the most likely reason for the problem? a) The custom control must be compiled first. b) The web application must have a reference to the control c) The custom control must be registered with windows first. d) The assembly from the custom control is not in the application?s bin directory.
what is shared assembly?
About friend and Protected friend ?
What is the difference between visual basic and asp.net?
Visual Basic (800)
C Sharp (3816)
ASP.NET (3180)
VB.NET (461)
COM+ (79)
ADO.NET (717)
IIS (369)
MTS (11)
Crystal Reports (81)
BizTalk (89)
Dot Net (2435)
Exchange Server (362)
SharePoint (720)
WCF (340)
MS Office Microsoft (6963)
LINQ Language-Integrated Query (317)
WPF (371)
TypeScript (144)
Microsoft Related AllOther (311)