I'm writing an integration test that requires the method to be run in the Local System
security context to achieve the desired behavior. I couldn't achieve this yet. What should I do?
I'm using C#, VS 2010, MsTest and the target project is a Windows Service app.