Impersonation and Delegation






3.33/5 (2 votes)
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
- How To: Implement Kerberos Delegation for Windows 2000
- How To: Use Protocol Transition and Constrained Delegation in ASP.NET 2.0
- CodeSnip: Impersonation in ThreadPool Worker Threads
Enjoy!