I'm trying to get my program to compile in a way that it doesn't require local administrative privileges to run on a computer. The one thing I keep getting from Microsoft's Application Compatability Toolkit is that my application requests SeDebugPrivilege.
Basically I'm not sure how/where/when this privilege token is requested. I am building the application in "Release" with DEBUG and TRACE Complilation Constants disabled, I'm curious if the debug permission request is coming from a library I'm using?
Is there any easy way to tell how/when this privilege is being requested in Visual Studio? Is there a better tool to debug this?