Permisos usuario dominio compilar y depurar en Visual Studio .NET (VS.NET)

25/10/2003 - 19:15 por Rafael Lopez | Informe spam
Qué permisos tengo que asignarles a los usuarios del dominio para que puedan
compilar, depurar y ejecutar aplicaciones en Visual Studio .NET localmente?

Muchas gracias.
 

Leer las respuestas

#1 elenaar
27/10/2003 - 22:48 | Informe spam
Necesitas añadir los usuarios en el Debugger group:
Windows 2000, Windows XP, or the Windows Server 2003Family
To access the Debugger Users group

Caution Adding users to the Debugger Users group may create a security
risk by allowing those users to access the machine. You should add only
those users that need debugger access on that particular machine. Do not
add Everyone to the Debugger Users group.
From the Start menu, choose Settings and click Control Panel.
In Control Panel, double-click Administrative Tools.
Double-click Computer Management.
In the Computer Management dialog box, expand the Systems Tools folder.
Under the Local Users and Groups node, open the Groups folder.
Right-click Debugger Users and choose Properties from the shortcut menu.
In the Debugger Users Properties dialog box, click the Add button.
From the list of users and groups, select the name of a user and click Add.
Click OK to close the Debugger Users Properties dialog box.
Close the other windows and dialog boxes.
Log off the machine running the debugger and log back on again.
-or-

Restart the machine or the machine running the debugger.

Saludos,

Elena Arzac

Preguntas similares