Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / ASP.NET / Web Services / June 2005

Tip: Looking for answers? Try searching our database.

Can't debug simple C# Web Service

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Craig - 14 Jun 2005 17:34 GMT
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
Brock Allen - 14 Jun 2005 18:41 GMT
You also need web.config to allow debugging:

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

-Brock
DevelopMentor
http://staff.develop.com/ballen

> First, a confession.  I am developing with an old version of VS .NET:
>
[quoted text clipped - 24 lines]
>
> Craig
Craig - 15 Jun 2005 16:00 GMT
Yeah, already had:

<system.web>
   <compilation defaultLanguage="c#" debug="true">
</system.web>

Any other suggestions?

Craig

> You also need web.config to allow debugging:
>
[quoted text clipped - 34 lines]
> >
> > Craig

Free Magazines

Get these publications absolutely FREE for up to 12 months. There are no hidden fees and no obligation. Simply choose a title, complete the application form and submit it. Read more ...

Oracle MagazineNetwork ComputingComputer WorldBio-IT WorldeWeekInformation WeekInfosecurity
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.