Error when running C#2003 ASP.NET app

R

Rafael Tejera

I'm receiving this error when trying to run a C#2003 ASP.NEt application.


The error is the following:

Error while trying to run project: Unable to start debugging on the web server. You do not have permissions to debug the server.

Verify that you are a member of the 'Debugger Users' group on the server.


How I can fix that and be able to run my application.


Rafael
 
N

Nicholas Paldino [.NET/C# MVP]

Rafael,

You have to place yourself as a member of the "Debugger Users" group on the machine you are trying to debug on.


--
- Nicholas Paldino [.NET/C# MVP]
- (e-mail address removed)
I'm receiving this error when trying to run a C#2003 ASP.NEt application.


The error is the following:

Error while trying to run project: Unable to start debugging on the web server. You do not have permissions to debug the server.

Verify that you are a member of the 'Debugger Users' group on the server.


How I can fix that and be able to run my application.


Rafael
 
I

Ignacio Machin \( .NET/ C# MVP \)

Hi,

It;s in plain english :)
You have to be a member of the 'Debugger users' go to control panel, user accounts, select your account ( or the account being used by the IIS to run ) and make it a member of the debugger group


--
--
Ignacio Machin,
ignacio.machin AT dot.state.fl.us
Florida Department Of Transportation

I'm receiving this error when trying to run a C#2003 ASP.NEt application.


The error is the following:

Error while trying to run project: Unable to start debugging on the web server. You do not have permissions to debug the server.

Verify that you are a member of the 'Debugger Users' group on the server.


How I can fix that and be able to run my application.


Rafael
 
M

Michael Nemtsev

Hello Rafael,

Doesn't that dialog box with error have a "HELP" button? If u press it u
will see the page where is descibed what steps need to be undertaked to start
debugging

RT> I'm receiving this error when trying to run a C#2003 ASP.NEt
RT> application.
RT>
RT> The error is the following:
RT>
RT> Error while trying to run project: Unable to start debugging on the
RT> web server. You do not have permissions to debug the server.
RT>
RT> Verify that you are a member of the 'Debugger Users' group on the
RT> server.
RT>
RT> How I can fix that and be able to run my application.
RT>
RT> Rafael
RT>
---
WBR,
Michael Nemtsev :: blog: http://spaces.live.com/laflour

"At times one remains faithful to a cause only because its opponents do not
cease to be insipid." (c) Friedrich Nietzsche
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top