views:

35

answers:

2

When I try to debug a program in Visual Studio on my local server I get

Visual Studio has insufficient privileges to debug this process. To debug this process, Visual Studio must be run as an administrator

How can I solve this? I am using Windows Server 2008.

+2  A: 

You have to run Visual studio in administrator mode. When starting studio on Visual Studio icon, click right mouse button and choose "Run as administrator". When load your project.

How to always run VS in administrator mode. http://mo.notono.us/2010/06/how-to-always-run-visual-studio-as.html

Liuksas
+5  A: 

in order to ensure that this always runs as an administrator - right click on the visual studio icon and choose properties and then compatibility - then check the privilege level: run this program as an administrator

PaulStack