I am using something like the following method to impersonate a user in my code:
How do you do Impersonation in .NET?
In another class, I need to find out th
According to example at http://msdn.microsoft.com/en-us/library/chf6fbt4.aspx the current identity changes during impersonation. Are you sure your code is inside the impersonated code block?