My .Net app need local admin rights to run. Why?

Posted by paul on Stack Overflow See other posts from Stack Overflow or by paul
Published on 2010-05-05T13:33:23Z Indexed on 2010/05/05 13:38 UTC
Read the original article Hit count: 184

Filed under:
|

I wrote a WinForms app using .Net and C#. The app accesses DirectoryServices and SQL databases.

The new Win7 workplaces are not allowed to have local admin users and this app will not run.

How can I identify the actions in the app which need local admin rights?

© Stack Overflow or respective owner

Related posts about .NET

Related posts about local-admin