What do you mean by authentication and authorization
Answer Posted / skmdali786
Simple answer to this is as follows Authentication is process
of finding whether the user is valid.Example username and
password u enter in mail page.That process is authentication
Authorization is the process of holding rights for particular
task.Example: Usually admin have right to install software in
companies and others are not granted this right.
| Is This Answer Correct ? | 8 Yes | 1 No |
Post New Answer View All Answers
How do u deploy your asp.net application?
Explain how does asp page work?
What do you mean by authentication?
What is the meaning of TestApi?
How can we inherit a static variable?
What is difference between singleton and single call?
In how many ways we can retrieve table records count?
Where is the view state data stored in asp net?
Why do we need asp.net?
What is the difference between the asp and asp.net?
What is difference between asp state management and asp.net state management?
If Instancing = Single use for ActiveX Exe, how will this be executed if there are 2 consecutive client requests ?
What setting must be added in the configuration file to deny a particular user from accessing the secured resources?
What are the differences between the response.write() and response.output.write()?
How do you handle server controls?