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
Explain the purpose of storyboard.targetproperty.
Explain difference between friend and protected friend?
How do you remove duplicates without using remove duplicate stage?
What is protected configuration?
When was asp.net released?
How can we update records in gridview?Is there any appropriate code for it?
What is form method?
What is ascx?
What is runat?
Which property is used to identify the Page is Post Back in ASP.NET?
What is the difference between page-level caching and fragment caching?
Explain a program using code nuggets to create a simple application? : asp.net mvc
How to create multi language website in asp.net mvc? : Asp.Net MVC
If you are using two select queries and retrieving data. how do you access second query's result set using data reader?
What is asp according to you?