What are Authentication mechanisms in .Net?
Answer Posted / 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 |
Post New Answer View All Answers
What is viewstate? What does the "enableviewstate” property do? Whay would I want it on or off?
Write code to send e-mail from an asp.net application?
In Data grid the question is below quantity price total these are 3 fields available in data grid if you enter quantity the total has to update automatically.Price field is already filled completely
What are triggers of an updatepanel?
Define viewstate in .net?
Explain the difference between codebehind="mycode.aspx.cs" and src="mycode.aspx.cs"?
can s/w quality assurance engineer switch field to programming side i m very much interested in programming but not much good in it
How could you modify xaml content from javascript?
What is an example of an application service provider?
Name some asp objects?
What are the various ways to send content from one page to another?
Explain the difference between dataset and datareader.
Why is the standalone environment only useful during the development process?
Why will you usually create an aspnet user account in the database for an asp.net web application?
What symbol would you use to denote, the start of a code block in aspx views?