Answer Posted / alb.shah
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.
Authorization is the process to validate a user based on
cridential
| Is This Answer Correct ? | 16 Yes | 2 No |
Post New Answer View All Answers
What is the difference between mvc and asp.net? : Asp.Net MVC
What is server side session?
What does asp.net stand for?
Explain the advantages of caching?
What are the different methods of session maintenance in asp.net?
What is windows active directory authentication?
Which adapter should you use, if you want to get the data from an access database?
Explain the use of view state?
Explain why it is useful to use mvc instead of webforms? : asp.net mvc
Explain authorization levels in .net ?
1.how to encrpt query string in asp.net? 2.there are 10000 records then i wnat display 5000 records one gridview and 5000 records another grid view what is the process?
Can you explain one critical mapping? Performance issue which one is better?
How to disable cut, copy and paste in TextBox using jQuery in asp.net?
What is the use of data set in asp.net?
Differentiate between globalization and localization.