473,769 Members | 5,072 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Remote debugging, I have tried absolutely everything, still no go!

Hello,

I use Visual Studio .Net 2003 Professional (Trial version) on Windows XP
Professional (Dutch version). I have a Windows Server 2003 with IIS 6 (UK
version). There is no domain, just a workgroup 'Servers' and a workgroup
'Acme'. My Web Project is in the root of a web site. Not the default
website, a new website, so it's not a virtual folder, it is a website with a
host header like this: project.acme.te st

On the Windows Server 2003, I ran the Visual Studio setup and chose only the
Remote Debugging components.

Now I cannot debug with Visual Studio. Here the error message:

---------------------------
Microsoft Development Environment
---------------------------
Error while trying to run project: Unable to start debugging on the web
server. Toegang geweigerd. (the last 2 words are Dutch for: "Access denied")

Click Help for more information.
---------------------------
OK Help
---------------------------

I have tried: all suggestions I get when clicking Help. To be clear: I can
answer all questions this Help asked with the proper answers that should
allow me to debug. For instance, the Help file starts with: Are you running
a version of Windows that allows the VS debugger to automatically attach to
a Web application? The answer is yes, I run Windows XP Professional. This
way I went through the whole Help document. No result.

Then I went through mr. Min Kwan Park's excellent document:
http://www.gotdotnet.com/team/csharp...erproblems.doc.
Well first of all, my specific error message is not there. But I still went
throught all relevant options for my situation, but without any result!

I am going completely crazy with frustration, and would appreciate any help
enormously!

Sincerely

-Michiel
Dec 21 '05 #1
1 1438
Doh! I feel silly, I just found out it was my Windows Firewall that blocked
Visual Stduio debugging. But that's typical for Windows XP SP2, which is
something that was not yet considered in many documentation found on the
internet or supplied with VS 2003. So anyway, if you have this problme, turn
off the firewall, or get the utility provided by Microsoft for configuring
XP SP2 for remote debugging (that way, you keep the safety of the SP2
firewall). Find that utility here:

http://support.microsoft.com/kb/841177/

What a lifesaver!

-Michiel
"Michiel" <michiel_at_ela n_dot_netherlan ds> schreef in bericht
news:uP******** ******@TK2MSFTN GP14.phx.gbl...
Hello,

I use Visual Studio .Net 2003 Professional (Trial version) on Windows XP
Professional (Dutch version). I have a Windows Server 2003 with IIS 6 (UK
version). There is no domain, just a workgroup 'Servers' and a workgroup
'Acme'. My Web Project is in the root of a web site. Not the default
website, a new website, so it's not a virtual folder, it is a website with
a host header like this: project.acme.te st

On the Windows Server 2003, I ran the Visual Studio setup and chose only
the Remote Debugging components.

Now I cannot debug with Visual Studio. Here the error message:

---------------------------
Microsoft Development Environment
---------------------------
Error while trying to run project: Unable to start debugging on the web
server. Toegang geweigerd. (the last 2 words are Dutch for: "Access
denied")

Click Help for more information.
---------------------------
OK Help
---------------------------

I have tried: all suggestions I get when clicking Help. To be clear: I can
answer all questions this Help asked with the proper answers that should
allow me to debug. For instance, the Help file starts with: Are you
running a version of Windows that allows the VS debugger to automatically
attach to a Web application? The answer is yes, I run Windows XP
Professional. This way I went through the whole Help document. No result.

Then I went through mr. Min Kwan Park's excellent document:
http://www.gotdotnet.com/team/csharp...erproblems.doc.
Well first of all, my specific error message is not there. But I still
went throught all relevant options for my situation, but without any
result!

I am going completely crazy with frustration, and would appreciate any
help enormously!

Sincerely

-Michiel

Dec 21 '05 #2

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

Similar topics

1
2054
by: Gary K | last post by:
I am trying to setup remote debugging on my first client-server setup, so hopefully this problem is just stupidity on my part. The client machine is running Windows XP Pro/SP2 with Visual Studio .NET 2002 and the server is Windows Server 2003 with the Server Components installed from VS. Both machines are in the domain, and the user is an administrator of both machines and has been added to the VS Developers group & the Debugger Users group...
1
2393
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, many hours of searching I found the RPCPing utilitty. We have 8 servers, 2 Exchange 2003 servers. RPCPing pings nothing from anywhere on all protocols. I've tried on all severs in all directions and from several different workstations. I...
1
2238
by: Ian McCarty | last post by:
Hi, Wondering if someone could help me out. I'm trying to setup remote debugging of my C# app. I've followed the instructions in MSDN and I've setup full remote debugging on the target (in fact I have a full install of VS.NET 2003 on the target now). The problem is that it always runs locally. I've checked the RPC calls using RPCPING.exe and DCOM is setup correctly (as far as I'm aware).
0
3227
by: ZMan | last post by:
Scenario: This is about debugging server side scripts that make calls to middle-tier business DLLs. The server side scripts are legacy ASP 3.0 pages, and the DLLs are managed DLLs converted/developed with VB.NET. What I want from debugging is to be able to step into the methods in the DLLs called from ASP scripts using Visual Studio .NET. Background: For typical script debugging issues, you can read and follow the two documents on...
1
1504
by: eholz1 | last post by:
Hello MSDN Group, I am trying to do remote debugging with an ASP.NET application. It flat will not let me debug, I always get "unable to start debugging on remote server, access denied". I have installed the VS remote debug componets on the remote server (Windows 2000 sp(the latest), fp 2000 extensions, 1.1 frame work with sp1) The debug files are there, the debugger user group is there, etc. Everything looks ok. have the debugging...
0
954
by: Newbie | last post by:
Has ANYONE EVER managed to get remote debugging working with this server. I have tried everything known to man and still cant get it to work. I've tried Making sure my account is in VS Developers , and Debuggers. Making sure I have administrative permissions on the site Making sure I have matched URI strings to the site Tried most other things. I can Manually attach but it wont start automatically and tell me I dont
7
2596
by: | last post by:
I'm writing an ASP.NET app, using Visual Studio 2003. VS is running locally on my laptop, but the web app is running on a remote server. My laptop is not in the domain. I do have a domain account. I had no issue creating the web app on the remote server after authenticating with the domain account, but I can't debug. It complains that I don't have rights. My domain account is in the administrators group on the remote machine. I also have...
1
2026
by: CK | last post by:
Hello All, I have been trying to setup remote debugging for web part development by running through the steps in the following documentation: Debugging Web Parts: http://msdn.microsoft.com/library/default.asp?url=/library/en-us/odc_SP2003_ta/html/sharepoint_debugwebparts.asp Debug Settings and Preparation: http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vsdebug/html/_core_Debugging_Preparation.asp unfortunately, I have...
3
6628
by: Yves Gagnon | last post by:
Hi, I try to debug a WCF hosted in a windows services on a serveur that is on an other domaine then my developpement machine. I tried many things without succes. Here is what I tried: First I installed on the server I want to debug, the remote debugger tools from the VS 2005 CD. I just install the windows application. I tried from there to debug, without succes. I could connect to the remote machine only when the msvsmon.exe is in the...
0
9423
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
10214
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
10048
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
9865
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
8872
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
7410
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
5304
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...
0
5447
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
3
2815
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.