473,385 Members | 1,901 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,385 software developers and data experts.

Still can't debug. ARGH!

Quick background:

Our department reveived new PCs a few weeks ago. Alas, due to new security
policies, we weren't immediately set up as admins of our own machines, so
most of us developers had issues getting SQL Server and IIS running
properly.

They apparently fixed all permissions (granting us admin rights) and we
thought we were good to go.

HOWEVER, I still maintain a few ASP.net 1.1 apps via VS 2003. I can no
longer debug any of my projects in VS 2003. I tried uninstalling and
reinstalling IIS, but still have these issues.

Here's the error(s) and all the remedies I've found/tried. I'm at my wits
end here. Does anyone have any other theories/suggestions as to why I can't
debug any applications?

I reinstalled IIS and tried to run/debug by asp.net 1.1 application from VS
2003. I got this error:

---------------------------
Microsoft Development Environment
---------------------------
Error while trying to run project: Unable to start debugging on the web
server. Debugging failed because integrated Windows authentication is not
enabled. Click Help for more information.
---------------------------
OK Help
---------------------------

So, I went in and enabled it.

Then, I get this error:

---------------------------
Microsoft Development Environment
---------------------------
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.
---------------------------
OK Help
---------------------------

Some suggestions for this bug:

"Make sure you are a part of debugger group."

Well, this is probably an issue of what, exactly, does 'you' mean?

Under the 'Debugger Users' group on my local machine, the following accounts
are listed:

- administrator
- aspnet
- [my personal active directory account]

Same error.

"Make sure you have execute permissions on your virtual folder"

I set that to execute Scripts and Executables.

Still, same error.

"Make sure that HTTP Keep Alives are enabled."

I double check and, yep, that's enabled. Same error.

"add http://localhost to the trusted sites in Internet Explorer"

I do that and, still, same error.

"Go to your project Properties Configuration Properties Debugging
Check at the bottom that ASP.NET debugging is still enabled."

Yep, that's enabled.

"Also, make sure that the DEBUG verb is still recognized on the server."

Hmm...not really sure what that refers too. Can anyone explain that one?

-Darrel


Sep 5 '08 #1
2 1446


"darrel" <no*****@notreal.comwrote in message
news:uP**************@TK2MSFTNGP04.phx.gbl...
"Also, make sure that the DEBUG verb is still recognized on the server."

Hmm...not really sure what that refers too. Can anyone explain that one?
By "verb", it probably means "HTTP method". You can test this by sending a
DEBUG request to the server.

You can manually sent a request to the server by issuing the following
command from a command prompt:

TELNET servername 80

Then, on the next line, carefully type what you want to send. Type it
carefully because you will not see what you are typing. So, type:

DEBUG /<ENTER>
<ENTER>

Where "<ENTER>" means to press the Enter key on your keyboard.

Then, note any error message that comes back. It will likely be in HTML.
--
John Saunders | MVP - Connected System Developer

Sep 5 '08 #2
By "verb", it probably means "HTTP method". You can test this by sending a
DEBUG request to the server.

You can manually sent a request to the server by issuing the following
command from a command prompt:

TELNET servername 80

Then, on the next line, carefully type what you want to send. Type it
carefully because you will not see what you are typing. So, type:

DEBUG /<ENTER>
<ENTER>

Where "<ENTER>" means to press the Enter key on your keyboard.

Then, note any error message that comes back. It will likely be in HTML.
Wow...that's something I never would have figured out.

OK, so that does return an error!:

HTTP/0.9 501 Not Implemented

Connection to host lost.

Oddly, that doesn't show up on Google much.

However, what I can find does appear to be a permissions issue with my
system and/or IIS on my system.

Thanks for that lead, John!

Off to the IIS newsgroups... ;o)

-Darrel

Sep 8 '08 #3

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

Similar topics

2
by: Uma Abhyankar | last post by:
Hello, I am using .NET Beta1 Visual Studio. I have to invoke VCBuild through MSBuild on command prompt. I have following issues: Issue1: -------- MSBuild invokes VCBuild internally....
1
by: Uma Abhyankar | last post by:
Hello All, I was facing an issue with VCBuild on Beta1. Today after shifting to .NET Beta2, it looks like the issue is still not resolved :-( I have to invoke VCBuild through MSBuild on command...
2
by: babyx | last post by:
The release build class library can only work with msvcr71d.dll and msvcp71d.dll exist. How to make this class library work on any machine without using the debug dlls? What are the project...
6
by: Teep | last post by:
Below is my code for dropdownlist that is populated from a SQL table. After a selection from the ddl, a datagrid is suppose to come up pertaining to the information selected, but I keep getting a...
6
by: darrel | last post by:
I'm using some validators for a form. I'm noticing that it writes the text out to the browser as a SPAN with it's visibility set to none. The problem is that it still takes up space, so I have...
11
by: ZorpiedoMan | last post by:
This is either a bad bug, or I'm not understanding somthing. In my mind, this should NOT work: ------------------------------------------ Class ShouldntWork Delegate Sub goHere() Sub...
4
by: Coleen | last post by:
Hi All :-) Cor & David, Thank you for your help, sorry I did not reply before now, but for some reason my Newsgroup Reader (Outlook) does not show your last posts. The last one I got from Cor...
21
by: Wisdo | last post by:
Hi All, char to char ** is compile error. why? if i hava a string array. yes. it's not safe and it's better to use vector<stringinstead. but my point is the language feature. char...
11
by: Miro | last post by:
I created an MDI form and made a child form. On the child form I set the Min / Maximize buttons to false. However when the child form displays, the minimize button and the "restore" button...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
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
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

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.