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 web.config file in asp?
In the Repeater control which way you can edit?
Explain the procedure to handle the process request using mhpm events fired? : asp.net mvc
I have created a configuration setting in my web.config and have kept it at the root level. How do I prevent it from being overridden by another web.config that appears lower in the hierarchy?
What are validator? Name the validation controls in asp.net? How do you disable them? Will the asp.net validators run in server side or client side? How do you do client-side validation in .net? How to disable validator control by client side javascript?
Can you clarified A Web service can only be written in .NET or not?
What is a ashx file?
Can you nest updatepanel within each other?
What is an il?
Describe the .net base class library.
Explain the page lifecycle of an asp.net mvc? : asp.net mvc
What is the difference between localization and globalization?
Explain the asp.net page life cycle.
What is Web API?
How to comment out asp.net tags?