Re: remote web server

Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance

From: Evan Freeman[C++ Samuri] (Evan.Freeman_at_fmr.com)
Date: 04/07/04


Date: Wed, 7 Apr 2004 13:48:58 -0400

First off you need to give us some more detail as to what the errors are.

However, I am going to give you some tips that you can try before that.

  a.. Visual Studio remote debugging components must be installed on the server you want to debug. (For more information, see Setting Up Remote Debugging.)
  b.. The access the remote debugging components on the remote server, you must be a member of the Debugger User group or an Administrator on that machine. When you install the remote debugging components, Visual Studio .NET adds the installing user to the Debugger User group. For instructions on how to add other users to the Debugger User group, see Adding Debugger Users.
  c.. By default, the ASP.NET process (aspnet_wp.exe for IIS 5.0 and 5.1 on Windows 2000 and Windows XP or w3wp.exe for IIS 6 on Windows Server 2003) runs as an ASPNET process. As a result, you must have Administrator privileges on the machine where ASP.NET runs to debug it.
  d.. In C/C++, the project must be set up to connect using DCOM rather than TCP/IP. To set this property, you must open the <Project> Property Pages dialog box and choose Remote via DCOM for Connection. (For more information, see Project Settings for a C or C++ Debug Configuration.)
If you try to debug on a remote server where you are not a member of Debugger Users or an Administrator, you will get the following error message:

    check DCOM configuration for MDM

I hope this helps you with your problems.

Enjoy!!

-Evan - I wanna be an MVP too!!

"Céline" <celine_rimeur@hotmail.com> wrote in message news:3561ea4c.0404050220.8c450c1@posting.google.com...
> HI everybody,
>
> I am trying to get somewhere with VisualStudio.net. The problem is
> that my web server is not on my PC (for company security reason) on is
> remote.
>
> Everytime I try to create a project I have some errors.
>
> Is there some options that I need to change?
>
> Thanks
>
> Celine



Relevant Pages

  • Re: Using COM interface obtained from local server
    ... can see it in Task Manager? ... you can debug the COM server by ... attaching to it using Remote debugging and seeing if the objects are ... I've tried to debug, but it doesn't seem to be a simple task, ...
    (microsoft.public.vc.mfc)
  • Re: Visual Studio 2003 hangs
    ... I recommend a team structure where you use a source repository and debug ... Windows 2003 server with Remote debugging set up. ... The Crystal Enterprise server is on a different server. ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: VS2003 ASP.Net Debug Problem
    ... I can't find information on how to set up remote debugging. ... the project remotely on the Server I am working on. ... > for failure on remote debug. ... >> permission to run the app because it is in the Internet Zone. ...
    (microsoft.public.vstudio.general)
  • Re: Team work questions
    ... Sammy, ... As for the remote debugging, I just wanted to add that the few times I've ... >> server with VS 2003 installed. ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: Cant get Remote Debug to work
    ... get a tool put up on MSDN to help diagnose this problem. ... > asp.net debugging is set to true and I set Enable remote debugging to True ... > and remote debug machine to server1 which is the name of my server running ... > I have installed Remote Debugging components on the windows 2003 server, ...
    (microsoft.public.vsnet.debugging)