What is impersonation in ASP.NET?

 Posted by Iluvdotnetfunda on 7/27/2012 | Category: ASP.NET Interview questions | Views: 4633 | 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 

Comments or Responses

Login to post response

More Interview Questions by Iluvdotnetfunda