Making an Asynchronous Call using the Impersonation Identity

Posted: Apr 22, 2008  1 comments  

Average Rating

Tags
.NET
ASP.NET
Code
Debugging
IIS
If you try to make an asynchronous call, you will notice that the thread that executes the call doesn't run under the same account as the thread that called it, assuming you are using impersonation. There are a number of ways to change this if you would Read More...

View the original post

Comments

Submit a Comment

Microsoft Communities