473,382 Members | 1,766 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,382 software developers and data experts.

No debug on Server 2003...tried everything

Don't reply to this unless you know what you are talking about.

Installed brand spanking new 2003 Server. Configured to be application
server. Then installed Visual Studio .NET. Copied over web application
from another
server and set up normal web site.

When I try to debug the application within .NET, it always gives me the
error saying that I'm not part of the Debugger Users group. I'm in
Administrator, Debugger
Users, VS Developers and many a few other groups! Why doesn't this work.

I've surfed the web and tried several things. No matter what I try, it
won't let me debug an application. And yes, my config file has debug turned
on. This exact
same project worked fine on Windows 2000...no changes have even been made.
I also done
have something called the Security Lockdown tool (no urlscan.ini) on the
system
(per some other posts). The web site is configured as an application. I'VE
TRIED ALL
THE OBVIOUS STUFF THAT FOLKS POST. WHAT'S UP!!??

Microsoft...is this why no one is using 2003 yet?

Amil

Nov 18 '05 #1
4 1488
amil,
you can find more specific help to your problem by posting this to the
debugger newsgroup. One of the experts over there can walk you thru.

--
Regards,
Alvin Bruney [ASP.NET MVP]
Got tidbits? Get it here...
http://tinyurl.com/3he3b
"Amil Hanish" <am********@hotmail.com> wrote in message
news:e7**************@TK2MSFTNGP11.phx.gbl...
Don't reply to this unless you know what you are talking about.

Installed brand spanking new 2003 Server. Configured to be application
server. Then installed Visual Studio .NET. Copied over web application
from another
server and set up normal web site.

When I try to debug the application within .NET, it always gives me the
error saying that I'm not part of the Debugger Users group. I'm in
Administrator, Debugger
Users, VS Developers and many a few other groups! Why doesn't this work.

I've surfed the web and tried several things. No matter what I try, it
won't let me debug an application. And yes, my config file has debug turned on. This exact
same project worked fine on Windows 2000...no changes have even been made.
I also done
have something called the Security Lockdown tool (no urlscan.ini) on the
system
(per some other posts). The web site is configured as an application. I'VE TRIED ALL
THE OBVIOUS STUFF THAT FOLKS POST. WHAT'S UP!!??

Microsoft...is this why no one is using 2003 yet?

Amil

Nov 18 '05 #2
Why did you run the Security Lockdown tool? That isn't even designed for IIS
6, which is the web server on a Windows 2003 server? In other words, looks
like you hosed your own security. Windows Server 2003 needs no security
lockdown tool to be run on it. It ships with the highest possible secuity
enabled for it. Only heaven knows what you may have changed with that tool,
and since it is not for Windows Server 2003, I doubt that anyone can tell
you how to fix it.

--
HTH,
Kevin Spencer
..Net Developer
Microsoft MVP
Big things are made up
of lots of little things.

"Amil Hanish" <am********@hotmail.com> wrote in message
news:e7**************@TK2MSFTNGP11.phx.gbl...
Don't reply to this unless you know what you are talking about.

Installed brand spanking new 2003 Server. Configured to be application
server. Then installed Visual Studio .NET. Copied over web application
from another
server and set up normal web site.

When I try to debug the application within .NET, it always gives me the
error saying that I'm not part of the Debugger Users group. I'm in
Administrator, Debugger
Users, VS Developers and many a few other groups! Why doesn't this work.

I've surfed the web and tried several things. No matter what I try, it
won't let me debug an application. And yes, my config file has debug turned on. This exact
same project worked fine on Windows 2000...no changes have even been made.
I also done
have something called the Security Lockdown tool (no urlscan.ini) on the
system
(per some other posts). The web site is configured as an application. I'VE TRIED ALL
THE OBVIOUS STUFF THAT FOLKS POST. WHAT'S UP!!??

Microsoft...is this why no one is using 2003 yet?

Amil

Nov 18 '05 #3
OK, here is what solved my problem. The dialog box that shows the error has
a help button.
The help button says that one option is to add the web application to the
"Trusted Zone", which
I did. I finally solved the problem by moving the web address to the
"Intranet Zone" instead.
"Amil Hanish" <am********@hotmail.com> wrote in message
news:e7**************@TK2MSFTNGP11.phx.gbl...
Don't reply to this unless you know what you are talking about.

Installed brand spanking new 2003 Server. Configured to be application
server. Then installed Visual Studio .NET. Copied over web application
from another
server and set up normal web site.

When I try to debug the application within .NET, it always gives me the
error saying that I'm not part of the Debugger Users group. I'm in
Administrator, Debugger
Users, VS Developers and many a few other groups! Why doesn't this work.

I've surfed the web and tried several things. No matter what I try, it
won't let me debug an application. And yes, my config file has debug turned on. This exact
same project worked fine on Windows 2000...no changes have even been made.
I also done
have something called the Security Lockdown tool (no urlscan.ini) on the
system
(per some other posts). The web site is configured as an application. I'VE TRIED ALL
THE OBVIOUS STUFF THAT FOLKS POST. WHAT'S UP!!??

Microsoft...is this why no one is using 2003 yet?

Amil

Nov 18 '05 #4
SOULUTION FOUND BUT THE REASON STILL MISSING..

Everything worked fine until one day the same problem occured

Config: Windows Server 2003 Standard Edition, Microsoft Visual Studio.Net 2003, Default IIS..
Error: have to check if I'm a "debugger users" group member..
Also tried *EVERYTHING* that seemed to be reasonable..
Fully reinstalled IIS, Microsoft Visual Studio.Net 2003 and got no luck at all..

Finally I found this thread and tried my luck in such an unreasonable Security zones setting in IExplorer's Internet Options
I moved http://localhost from Local intranet zone to trusted zone - no luck
Moved it back - still no luck
Changed the last security setting in Local intranet zone: User Authentication - Logon: from "Prompt for user name and password" to "Automatic logon with current username and password" - this solved the problem, BUT WAIT!!
Changed it back to where it was before - "Prompt for user name and password" and it still works!!

What the hell is this

Is this just another bug in Microsoft's software
Now it works fine and I can debug whatever I want even if I remove the http://localhost from all of the zones..

Any explanation on this would be nicely appreciated because I really want to understand what was the *REAL* reason of the above mentioned debugger problem
----- Amil Hanish wrote: ----

OK, here is what solved my problem. The dialog box that shows the error ha
a help button
The help button says that one option is to add the web application to th
"Trusted Zone", whic
I did. I finally solved the problem by moving the web address to th
"Intranet Zone" instead
"Amil Hanish" <am********@hotmail.com> wrote in messag
news:e7**************@TK2MSFTNGP11.phx.gbl..
Don't reply to this unless you know what you are talking about
Installed brand spanking new 2003 Server. Configured to be applicatio server. Then installed Visual Studio .NET. Copied over web applicatio
from anothe
server and set up normal web site
When I try to debug the application within .NET, it always gives me th

error saying that I'm not part of the Debugger Users group. I'm i
Administrator, Debugge
Users, VS Developers and many a few other groups! Why doesn't this work
I've surfed the web and tried several things. No matter what I try, i

won't let me debug an application. And yes, my config file has debu

turne on. This exac
same project worked fine on Windows 2000...no changes have even been made
I also don
have something called the Security Lockdown tool (no urlscan.ini) on th
syste
(per some other posts). The web site is configured as an application I'V TRIED AL
THE OBVIOUS STUFF THAT FOLKS POST. WHAT'S UP!!?
Microsoft...is this why no one is using 2003 yet
Ami

Nov 18 '05 #5

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

Similar topics

1
by: Tom wilson | last post by:
I've been through everything with this error and cannot get the debugger to work remotely. The only thing I can trace it down to is that RPC is not communicating between servers. So after many,...
5
by: Grant Schenck | last post by:
Hello, I built an MTA which is used from an ASA and ASP pages. The MTA was developed in VC++ 6.0. How would I go about debugging into the C++ code? Thanks, Grant Schenck
6
by: Peter Afonin | last post by:
Hello: I'm running Windows server 2003. I've never had any problems with debugging, but now I cannot debug ANY of my projects. I'm getting this error: "Error while trying to run project:...
2
by: Amil Hanish | last post by:
Installed brand spanking new 2003 Server. Configured to be application server. Then installed Visual Studio .NET. Copied over web application from another server and set up normal web site. ...
1
by: rob | last post by:
I have searched for MANY hours on the web but couldn't find any solution to the following problem: When I start my ASP.NET application with F5 I get the following error: "Error while trying to...
4
by: Rod | last post by:
I had to re-install the Windows XP Professional OS last week on my work PC. I've only got the .NET Framework 1.1 installed. Now I'm trying to get everything back to working again. I'm run into...
0
by: TW Chen | last post by:
When I tried to debug an asp.net app in VS.NET, I got a message saying Error while trying to run project: Unable to start debugging on the web server. You do not have the permissions to debug the...
8
by: michay | last post by:
hi when i try to debug a web application, i get the following error message: error while trying to run project: unable to start debugging on the web server but when i try to debug a...
2
by: darrel | last post by:
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...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
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: 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
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
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...

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.