What is impersonation in ASP.NET?

Wednesday, July 15, 2009


Impersonation is when ASP.NET executes code in the context of an authenticated and authorized client.
Impersonation can significantly affect performance and scaling. It is generally more expensive to impersonate a client on a call than to make the call directly.


Ex:
<identity impersonate="true"
userName="domain\user"
password="password" />




www.codecollege.NET

0 comments

Post a Comment

LinkWithin

Blog Widget by LinkWithin

Recommended Books