Can't debug simple C# Web Service

C

Craig

First, a confession. I am developing with an old version of VS .NET:

VS .NET 2002 (7.0.9955).

I am trying to start a *very* simple Web Service in debug mode. I'm getting
this message:

"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.
Would you like to disable future attempts to debug ASP.NET pages for this
project?"

The server is the localhost (Windows XP Service Pack 2).

I'm signed on as a local user (rather than a domain user name) and my user
name is in the Debugger Users group.

Under the project properties the Debuggers settings are:

Enable ASP Debugging: False
Enable ASP.NET Debugging: True
Enable Unmanaged Debugging: False
Enable SQL Debugging: False

Any ideas?

Craig
 
B

Brock Allen

You also need web.config to allow debugging:

<system.web>
<compilation debug="true" />
</system.web>
 

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

Members online

Forum statistics

Threads
473,764
Messages
2,569,567
Members
45,041
Latest member
RomeoFarnh

Latest Threads

Top