InterviewSolution
Saved Bookmarks
| 1. |
What is impersonation, and when would you use impersonation? |
|
Answer» In SHAREPOINT, Impersonation is basically a way to provide the functionality to EXECUTE any task in the context of a different identity by assigning an account to users with anonymous access for example. Its MAIN use is to access RESOURCES on behalf of the user having a different account that does not have proper access authorization. |
|