473,466 Members | 1,395 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

Frustrated: Can't Debug ASP.NET Project

Dan
I get nothing but problems when trying to debug an ASP.Net project on our
development server (I can debug projects locally on my computer fine). It
keeps giving me this error when trying to debug on the server:

"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?"

Here's what's weird, I was able to debug yesterday (after adding myself to
the 'Debugger Users' group on the server and rebooting the server). I'm
still in the 'Debugger Users' group today, yet I get this error. No one has
messed with the ASP.NET project, as I am the only one working on it. We
just did the Microsoft Critical Updates to the server late yesterday, could
this have thrown anything off? If so, what?

I already tried everything the .Net help recommended, but to no avail.

Any ideas?

Thanks for any help you can provide.
Dan
---

Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.659 / Virus Database: 423 - Release Date: 4/15/2004
Nov 18 '05 #1
3 1397
Just checking whether you happened to have answered incorrectly to that
stupid debugging prompt....

Go to your project > Properties > Configuration Properties > Debugging

Check at the bottom that ASP.NET debugging is still enabled.

Also, make sure that the DEBUG verb is still recognized on the server. Maybe
something was made "too secure" by the patch?
"Dan" <so*****@somewhere.com> wrote in message
news:eU**************@TK2MSFTNGP12.phx.gbl...
I get nothing but problems when trying to debug an ASP.Net project on our
development server (I can debug projects locally on my computer fine). It
keeps giving me this error when trying to debug on the server:

"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?"

Here's what's weird, I was able to debug yesterday (after adding myself to
the 'Debugger Users' group on the server and rebooting the server). I'm
still in the 'Debugger Users' group today, yet I get this error. No one
has
messed with the ASP.NET project, as I am the only one working on it. We
just did the Microsoft Critical Updates to the server late yesterday,
could
this have thrown anything off? If so, what?

I already tried everything the .Net help recommended, but to no avail.

Any ideas?

Thanks for any help you can provide.
Dan
---

Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.659 / Virus Database: 423 - Release Date: 4/15/2004


Nov 18 '05 #2
Dan
Thanks for the response.

The option to enable ASP.NET debugging is still checked.

I'm not sure what you mean by DEBUG verb, could you elaborate?

Also, it shouldn't matter whether I'm accessing the files through file
share, or Frontpage extensions should it?

Thanks,
Dan

"Ken Cox [Microsoft MVP]" <BA************@sympatico.ca> wrote in message
news:uU**************@TK2MSFTNGP12.phx.gbl...
Just checking whether you happened to have answered incorrectly to that
stupid debugging prompt....

Go to your project > Properties > Configuration Properties > Debugging

Check at the bottom that ASP.NET debugging is still enabled.

Also, make sure that the DEBUG verb is still recognized on the server. Maybe something was made "too secure" by the patch?
"Dan" <so*****@somewhere.com> wrote in message
news:eU**************@TK2MSFTNGP12.phx.gbl...
I get nothing but problems when trying to debug an ASP.Net project on our
development server (I can debug projects locally on my computer fine). It keeps giving me this error when trying to debug on the server:

"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?"

Here's what's weird, I was able to debug yesterday (after adding myself to the 'Debugger Users' group on the server and rebooting the server). I'm
still in the 'Debugger Users' group today, yet I get this error. No one
has
messed with the ASP.NET project, as I am the only one working on it. We
just did the Microsoft Critical Updates to the server late yesterday,
could
this have thrown anything off? If so, what?

I already tried everything the .Net help recommended, but to no avail.

Any ideas?

Thanks for any help you can provide.
Dan
---

Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.659 / Virus Database: 423 - Release Date: 4/15/2004

---

Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.659 / Virus Database: 423 - Release Date: 4/15/2004
Nov 18 '05 #3
Check out this faq, this might be of use to you.
http://www.extremeexperts.com/Net/FA...minASPNET.aspx

--
Saravana
Microsoft MVP - ASP.NET
www.extremeexperts.com

"Dan" <so*****@somewhere.com> wrote in message
news:eU**************@TK2MSFTNGP12.phx.gbl...
I get nothing but problems when trying to debug an ASP.Net project on our
development server (I can debug projects locally on my computer fine). It
keeps giving me this error when trying to debug on the server:

"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?"

Here's what's weird, I was able to debug yesterday (after adding myself to
the 'Debugger Users' group on the server and rebooting the server). I'm
still in the 'Debugger Users' group today, yet I get this error. No one has messed with the ASP.NET project, as I am the only one working on it. We
just did the Microsoft Critical Updates to the server late yesterday, could this have thrown anything off? If so, what?

I already tried everything the .Net help recommended, but to no avail.

Any ideas?

Thanks for any help you can provide.
Dan
---

Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.659 / Virus Database: 423 - Release Date: 4/15/2004

Nov 18 '05 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

43
by: steve | last post by:
I am quite frustrated with php’s include, as I have spent a ton of time on it already... anyone can tell me why it was designed like this (or something I don’t get)? The path in include is...
2
by: Daniel | last post by:
Ok folks, I have Windows XP. I installed .Net and developed some VB.Net components that I want to use in ASP.Net applications. At this point I realized I didn't have IIS installed on my XP...
1
by: Eddy | last post by:
Problem: In 'solution A', 'project 1' references 'project 2'. As such, when 'solution A' is built (debug mode), project '1' creates a dll in /debug, and project '2' referneces that dll. All is good....
6
by: garyusenet | last post by:
I have created a new project. and within this project as per the tutorial created an sql database. i have made a query which returns the result i need. 1. I cant SAVE THE QUERY? where on earth...
16
by: Dean R. Henderson | last post by:
I have a project built for ASP.NET that recently started running really slow in debug mode (it takes about 10 seconds or more to step from one line of code to the next). This just started...
3
by: Dan | last post by:
I get nothing but problems when trying to debug an ASP.Net project on our development server (I can debug projects locally on my computer fine). It keeps giving me this error when trying to debug...
10
by: Don Wash | last post by:
Hi! I'm pretty frustrated learning ASP.NET. I'm learning ASP.NET by downloading samples from various ASP.NET websites and none of the samples worked so far. The SAME error was shown whenever I...
1
by: Epetruk | last post by:
Hello, In VS2003, I used to have two solutions - a debug and release solution. Each solution had a webservice project and several other class library projects. The webservice project...
6
by: Andrew Rowley | last post by:
I am having trouble getting debug and release builds to work properly with project references using C++ .NET and Visual Studio 2003. I created a test solution, with a basic Windows form C++...
3
by: TBass | last post by:
Hello, Is there a way to get Visual Studio 2003 look to one directory for debug version dlls when set to DEBUG and then to another directory where I store the release version of a dll when set...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
0
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.