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 in a session cookie?
How to find the client browser type ?
4 Answers AQA, Cognizant, Satyam,
How can you use a custom controls in ASP.NET application?
0 Answers Sans Pareil IT Services,
i want the asp.net technical questions and answeres
if i have placed the button control with the OnClick event like <asp:Button ID="mybutton" runat="server" Text="Insert" onclick="mybutton_Click" /> and some other controls(buttons, textboxes) in .aspx page. When i run the page, the button displays in the page source of the browser like <input type="submit" name="mybutton" value="Insert" id="mybutton" /> here, it does not display the onclick event, then how the page calls the button click on the server side, how the server side identify which button cause the submit, and how this page moves to the server side.
version information of assembly consist of _________ values.
what is diference between the .net1.0 & .net2.0 ?
They mostly asked difference between versions of technologies
Which method is used to perform all validation at the page level?
0 Answers Sans Pareil IT Services,
What is view state and how it works in asp net?
What is the difference between user control an custom control?
what is narmalization
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)