65.9K
CodeProject is changing. Read more.
Home

Impersonation and Delegation

starIconstarIconstarIcon
emptyStarIcon
starIcon
emptyStarIcon

3.33/5 (2 votes)

Oct 11, 2013

CPOL
viewsIcon

15861

Sometimes you'll find it necessary to impersonate the user's identity on a thread with an ASP.NET.  You may also need a delegate access the user to

Sometimes you'll find it necessary to impersonate the user's identity on a thread with an ASP.NET.  You may also need a delegate access the user to another machine with the larger web farm.  Here's some tutorials on how to implement these more advanced techniques.

 How To

Enjoy!