473,732 Members | 2,201 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

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 1466


"darrel" <no*****@notrea l.comwrote in message
news:uP******** ******@TK2MSFTN GP04.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
5835
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. However it invokes VCBuild without
1
2073
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 prompt. I have following issue: Issue: -------- MSBuild can invoke VCBuild internally. However it invokes VCBuild without
2
1419
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 settings that i need to take note so that it will become a "real" release build without depending on the debug dll? Can anybody help? Posted Via Usenet.com Premium Usenet Newsgroup Services
6
1745
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 DNS error. I developed this "simple" page but so far it is not simple! argh! <%@ Page Language="VB" Debug="true" Explicit="true" %> <%@ import Namespace="System.Data" %>
6
5064
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 gigantic gaps in my form. It SHOULD be set to display: none instead. Is this a setting in the control somewhere or is this just a huge oversight on MS's part? If the latter, any suggestions for a workaround? Perhaps wrapping the validator in a...
11
1289
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 StartHere() Dim DC as new DeadClass Dim myDel as New goHere(AddressOf DeadClass.Here)
4
1287
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 was asking me to clarify what I needed. I checked in the Web Newsgroup, and found your posts. I don't know why they don't show up in my Outlook reader, but they don't. I got your solution Cor, and it does look amazingly simple! I am in the...
21
2297
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 sex = {"Male", "Female" };
11
1977
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 show. By clicking the restore button, the child moves back to its design size, and then you can no longer maximize it cause then it respects teh min/max false.
0
8946
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, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
8774
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 effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
9447
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, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
9307
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 tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
0
9181
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
8186
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
6735
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 presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
4550
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 last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
3
2180
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.