Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > debuging on remote machine

Reply
Thread Tools

debuging on remote machine

 
 
Brian Henry
Guest
Posts: n/a
 
      07-11-2004
Hi,

We have a Dual Intel Xeon web server which we do development on, is there
any way that we could debug our websites remotely on that server (its on the
same internal LAN), it seems stupid to have to copy it locally to work on
and debug it just to place it right back on the server... especially when
many people are developing it simultaneously thanks


 
Reply With Quote
 
 
 
 
Davide Vernole [MVP]
Guest
Posts: n/a
 
      07-11-2004
Brian Henry <> typed:
> Hi,
>
> We have a Dual Intel Xeon web server which we do development on, is
> there any way that we could debug our websites remotely on that
> server (its on the same internal LAN), it seems stupid to have to
> copy it locally to work on and debug it just to place it right back
> on the server... especially when many people are developing it
> simultaneously thanks


You could install the necessary application from the Visual Studio Setup CD.
But your choice has a limitation: only one person at time can debug your web
application.

Since the Visual Studio .NET was released, the approach to develop in a team
is changed. Now, the right way that you have to use is:

- Install a Visual Source Safe (VSS) Server (to share the source code with
the other developer)
- Install the VSS client in each developer PC
- Link your project, in Visual Studio, to the corresponding project in VSS
- Develop e debug (this can be done from any developer in the team
concurrently)
- Compile it in release mode and deploy it in the staging or production
server.

For more info see this link:
http://msdn.microsoft.com/library/de...l/tdlg_ch2.asp

--
Davide Vernole
MVP ASP/ASP.NET
Microsoft Certified Solution Developer


 
Reply With Quote
 
 
 
 
Brian Henry
Guest
Posts: n/a
 
      07-11-2004
hi, what are the "nesecary applications" that need installed on the server
for remote debugging? thanks


"Davide Vernole [MVP]" <> wrote in message
news:...
> Brian Henry <> typed:
> > Hi,
> >
> > We have a Dual Intel Xeon web server which we do development on, is
> > there any way that we could debug our websites remotely on that
> > server (its on the same internal LAN), it seems stupid to have to
> > copy it locally to work on and debug it just to place it right back
> > on the server... especially when many people are developing it
> > simultaneously thanks

>
> You could install the necessary application from the Visual Studio Setup

CD.
> But your choice has a limitation: only one person at time can debug your

web
> application.
>
> Since the Visual Studio .NET was released, the approach to develop in a

team
> is changed. Now, the right way that you have to use is:
>
> - Install a Visual Source Safe (VSS) Server (to share the source code with
> the other developer)
> - Install the VSS client in each developer PC
> - Link your project, in Visual Studio, to the corresponding project in VSS
> - Develop e debug (this can be done from any developer in the team
> concurrently)
> - Compile it in release mode and deploy it in the staging or production
> server.
>
> For more info see this link:
>

http://msdn.microsoft.com/library/de...l/tdlg_ch2.asp
>
> --
> Davide Vernole
> MVP ASP/ASP.NET
> Microsoft Certified Solution Developer
>
>



 
Reply With Quote
 
Davide Vernole [MVP]
Guest
Posts: n/a
 
      07-11-2004
Brian Henry <> typed:
> hi, what are the "nesecary applications" that need installed on the
> server for remote debugging? thanks


Only the remote debug component that you find in the Visual Studio setup
procedure. For more information about it go to this link:
http://msdn.microsoft.com/library/de...ggingSetup.asp

--
Davide Vernole
MVP ASP/ASP.NET
Microsoft Certified Solution Developer


 
Reply With Quote
 
Brian Henry
Guest
Posts: n/a
 
      07-11-2004
thanks


"Davide Vernole [MVP]" <> wrote in message
news:eI2I$...
> Brian Henry <> typed:
> > hi, what are the "nesecary applications" that need installed on the
> > server for remote debugging? thanks

>
> Only the remote debug component that you find in the Visual Studio setup
> procedure. For more information about it go to this link:
>

http://msdn.microsoft.com/library/de...ggingSetup.asp
>
> --
> Davide Vernole
> MVP ASP/ASP.NET
> Microsoft Certified Solution Developer
>
>



 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
debuging on Microsoft Visual Studio 2003 Avi ASP .Net 1 05-05-2005 12:03 PM
Unable to start debuging on the web server FOX User Group ASP .Net 1 04-21-2004 12:43 PM
More debuging an line number. Anders Both ASP .Net 1 12-23-2003 02:45 AM
Setting folder permissions on remote machine / remote domain Tim Chandler ASP .Net Security 0 10-07-2003 04:17 PM



Advertisments