Authentication and Authorization
Answers were Sorted based on User's Feedback
Answer / imtiyaz chanderki
Authentication & authorization:
Authentication is the process of identification and
validation of a user's credentials.
After the identity is authenticated, a process called
authorization determines whether
that identity has access to a particular resource.
Is This Answer Correct ? | 15 Yes | 0 No |
Answer / 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 |
Explain the code Access Security (CAS) in .net Framework?
Suppose you display a data having 200 records in a datagrid. Then you edit 100 records of them. Now when you will press update button,all 100 records should be updated in single shot rather than reading every record and updating. How to do it?
is it possible to persiste customize object in view state? how it is?
What is the difference between a.Equals(b) and a == b?
Is it necessary to undertsand these events of an ASPX page execute. Explain its importantance?
When Garbage Collector will run and how its identifing whether the Object is used or Not.?
What is a 401 redirect?
what is session,cokkies in asp.net??
What base class do all Web Forms inherit from?
Advantage of Update Panel over Asp.net 2.0 + C#+ Microsoft Ajax 1.0
What is the use of sessionstate tag in the web.config file?
What is difference between session and application in asp net?