Authentication and Authorization

Answers were Sorted based on User's Feedback



Authentication and Authorization..

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

Authentication and Authorization..

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

Post New Answer

More ASP.NET Interview Questions

how to create bin folder in asp.net2.0

8 Answers  


What is custom events? How to create it?

0 Answers  


What are all the ways to find out types of objects?

5 Answers   HCL,


How do I debug an asp.net application that was not written with visual studio.net and that does not use code-behind?

0 Answers  


What is the name of the base class that all web forms will be inherited?

7 Answers  


write a sample code make use of xmltext writer

1 Answers   GCI,


What is ISAPI?

2 Answers   IBM,


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.

0 Answers   Siemens,


Can we mention error in web.config file?

2 Answers  


How do you declare delegates and are delegates and events one and the same and explain how do you declare delegates and invoke them ?

1 Answers   MMTS,


How does asp.net work?

0 Answers  


How to transpose rows into columns and columns into rows in a multi-dimensional array ?

1 Answers   Microsoft,


Categories