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 are the session management techniques asp net?
What is the difference between cache and cookies?
What is the difference between Hash table and Array list?
In order to get assembly info which namespace we should import?
What is the difference between session object and application object?
What a diffgram is, and a good use for one?
What are custom controls?
Explain difference between dataset and datareader?
What is ipostback?
What are httphandlers and httpmodules and difference between them?
What is the difference between exe and dll?
Is asp.net web forms dead?
What are the components of ado.net?
Can I stream live content/events?
Is it possible to develop a single web application using ASP.NET webforms and ASP.MVC?