What is the difference between authentication and
authorization
?
Answer Posted / ashish nigam
Authentication is to check about user.Through authentication
check the user exist or not .
It check that user exist or not.
Authorization check that authentic user have proper
permission or not to access that particular page or
services.
| Is This Answer Correct ? | 80 Yes | 17 No |
Post New Answer View All Answers
How do you implement distributed applications in .net?
Define proxy in .net remoting?
Explain the types of .net remoting?
Define a process?
Explain how to directly call a native function exported from a dll?
What are the situations you will use singleton architecture in remoting ?
What are the information required to configure remote objects?
Write a example code for remoting?
Will clr handle unmanaged code or not?
Difference between .net remoting versus distributed com?
What is fundamental of published or precreated objects in remoting?
Explain the hierarchial description of remoting?
Explain the Flow of remoting?
How can you configure a .net remoting object via xml file?
What is the difference beween the registeractivatedservicetype() and registeractivatedclienttype()?