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 |
how to create bin folder in asp.net2.0
What is custom events? How to create it?
What are all the ways to find out types of objects?
How do I debug an asp.net application that was not written with visual studio.net and that does not use code-behind?
What is the name of the base class that all web forms will be inherited?
write a sample code make use of xmltext writer
What is ISAPI?
if i want to give an alert message like "try after sometime" to a web page which is being seen by other person.if a web page is not seen by anyone then it should display otherwise it show a display a message stating that other person is viewing so try after some time........how can i implement this.
Can we mention error in web.config file?
How do you declare delegates and are delegates and events one and the same and explain how do you declare delegates and invoke them ?
How does asp.net work?
How to transpose rows into columns and columns into rows in a multi-dimensional array ?