Board index » Web Programming » Error de depuracion en Visual Studio .NET 2002

Error de depuracion en Visual Studio .NET 2002

Web Programming325
Hola a todos,



Tengo instalado el Visual Studio .NET 2002, en el cual,=20

he creado un proyecto, que al ejecutar en modo=20

depuracion, me sale el siguiente mensaje:=20



Error while trying to run porject: Unable to start=20

debugging on the web server. You do not have permissions=20

to debug the server. Verify that you are a member of=20

the 'Debugger Users' group on the server. Would you like=20

to disable future attempts to debug ASP.NET pages for=20

this project?.



He verificado que pertenezco al grupo Debugger Users, y=20

he dado permisos Full Access a todo el disco duro, ha=20

este grupo.=20



=BFAlguien me puede hechar una mano?



Gracias


-
 

Re:Error de depuracion en Visual Studio .NET 2002

En el web.config en el tag <compilation>dice=20

debug=3D"true" ?

Quote
-----Original Message-----

Hola a todos,



Tengo instalado el Visual Studio .NET 2002, en el cual,=20

he creado un proyecto, que al ejecutar en modo=20

depuracion, me sale el siguiente mensaje:=20



Error while trying to run porject: Unable to start=20

debugging on the web server. You do not have permissions=20

to debug the server. Verify that you are a member of=20

the 'Debugger Users' group on the server. Would you like=20

to disable future attempts to debug ASP.NET pages for=20

this project?.



He verificado que pertenezco al grupo Debugger Users, y=20

he dado permisos Full Access a todo el disco duro, ha=20

este grupo.=20



=BFAlguien me puede hechar una mano?



Gracias

.



-