Wednesday, December 30, 2009

Implementing ASP.NET Impersonation

Impersonation can be implemented using one of four methods:

  • Impersonate the IIS authenticated account or user
  • Impersonate a specific user for all the requests of an ASP.NET application
  • Impersonate the authenticating user in code
  • Impersonate a specific user in code

More details give in following article :

http://support.microsoft.com/kb/306158#4

No comments:

Gray Failures: What is it and how to detect one?

If you are reading this article , i guess you are curious to know about gray failures and different methods to detect gray failures.  Hopefu...