What is impersonation in ASP.NET?
Interview question and answer by:
Iluvdotnetfunda | Posted on: 7/27/2012 | Category:
ASP.NET Interview questions | Views: 1384 | |
Points: 40
Answer:
It is a technique to access application resources using the identity of some other user.
By default, Impersonation is off
To enable impersonation:
<identity impersonate="true" userName="domain name\username" password="password"/>
Asked In: Many Interviews
|
Alert Moderator
Found interesting? Add this to: