C# Windows Impersonation in an MVC Application Preamble A very simple way of doing Windows impersonation is using a neat little nuget package called SimpleImpersonation by Matt Johnson. Generally you would use impersonation when you want to access resources on a networked machine or perform some action with elevated privileges. I'd