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

Can I debug remotely?

M K
I developed my pages on my test station and they work
fine. However, on my production system they do not work,
but no error messages. THey seem to work, but certain
functions don't fire. I would like to debug the production
server from my test station. How can I do this. I use VS
2003 Pro.
Nov 17 '05 #1
4 1118
Hello Mark,
Please see if this information works for you. It should be the same as
VS.NET 2003.
318041 HOW TO: Set Up and Use Remote Debugging in Microsoft Visual Studio
.NET
http://support.microsoft.com/?id=318041

Thank you, John Soulis
Microsoft, ASP.NET

This posting is provided "AS IS", with no warranties, and confers no rights.
Use of included script samples are subject to the terms specified at
http://www.microsoft.com/info/cpyright.htm

Nov 17 '05 #2
M K
Okay, I need to install Remote Components on the webserver
then. But when I try to do the Install Full or even Native-
only I get a Windows Installer error: Incorrect command
line parameters.

Windows Installer. V 2.00.2600.1183...
What to do now?
-----Original Message-----
Hello Mark,
Please see if this information works for you. It should be the same asVS.NET 2003.
318041 HOW TO: Set Up and Use Remote Debugging in Microsoft Visual Studio.NET
http://support.microsoft.com/?id=318041

Thank you, John Soulis
Microsoft, ASP.NET

This posting is provided "AS IS", with no warranties, and confers no rights.Use of included script samples are subject to the terms specified athttp://www.microsoft.com/info/cpyright.htm

.

Nov 17 '05 #3
M K
The webserver is in the DMZ, it is the Domain controller.

"John Soulis [MSFT]" <js***@online.microsoft.com> wrote in message
news:yF*************@cpmsftngxa06.phx.gbl...
Hello Mark,
Please see if this information works for you. It should be the same as
VS.NET 2003.
318041 HOW TO: Set Up and Use Remote Debugging in Microsoft Visual Studio
NET
http://support.microsoft.com/?id=318041

Thank you, John Soulis
Microsoft, ASP.NET

This posting is provided "AS IS", with no warranties, and confers no rights. Use of included script samples are subject to the terms specified at
http://www.microsoft.com/info/cpyright.htm

Nov 17 '05 #4
Hi Mark,
This should get you going.
Use the following statements to launch the MSI package with appropriate
Transform
Full Remote Debugging:
On the Start menu, choose Run.
Type the following:
msiexec /qb+ /i n:\<Visual Studio .NET CD1>\vs_setup.msi NOVSUI=1
TRANSFORMS="n:\<Visual Studio .NET CD1>\Setup\Rmt9x.mst" SERVER_SETUP=1
ADDLOCAL=Full_Remote_Debugging
For example:
msiexec /qb+ /i d:\vs_setup.msi NOVSUI=1 TRANSFORMS="d:\Setup\Rmt9x.mst"
SERVER_SETUP=1 ADDLOCAL=Full_Remote_Debugging
<<

Native Debugging:

On the Start menu, choose Run.
Type the following:
msiexec /qb+ /i n:\<Visual Studio .NET CD1>\vs_setup.msi NOVSUI=1
TRANSFORMS="n:\<Visual Studio .NET CD1>\Setup\Rmt9x.mst" SERVER_SETUP=1
ADDLOCAL=Native_Only_Debugging
For example:
msiexec /qb+ /i d:\vs_setup.msi NOVSUI=1 TRANSFORMS="d:\Setup\Rmt9x.mst"
SERVER_SETUP=1 ADDLOCAL=Native_Only_Debugging
<<

Or

Navigate to the root of the first installation CD or DVD,
D:\remotecomponents.htm
find the example MSI command line.

Thank you, John Soulis
Microsoft, ASP.NET

This posting is provided "AS IS", with no warranties, and confers no rights.
Use of included script samples are subject to the terms specified at
http://www.microsoft.com/info/cpyright.htm

Nov 17 '05 #5

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

Similar topics

0
by: INGSOC | last post by:
Using remote debugging, I can attach to a windows service and run it in debug mode in VS.Net 2003. The problem is this service uses two supporting dlls. On the remote service, the dlls have...
2
by: BA | last post by:
Hello, We use the Debug View from sysinternals for BizTalk development and testing. The remote feature is very useful since you can login to any server and see the debugging statements. ...
1
by: Sorin Sandu | last post by:
When I try to debug from a client I get Error trying to run project: Unable to start debugging on the web server. Not enough storage is available to complete this operation. What can I do ?
3
by: hui | last post by:
Hi, I am having trouble making my new machine to debug asp.net remotely. The IIS runs at a win2000 server (sp 4), and my old win2000 client machine works well with it. However, my new machine...
1
by: dneupane | last post by:
Hi I would like to debug ASP.NET page remotely. Here is the scenario Remote Server: win3k running IIS 6.0 (.NET Framework preinstalled with OS) Client: XP Pro SP1 with Admin right (VS.NET...
0
by: Eric Caron | last post by:
Hi everyone, I installed the .NET Framework 2.0 beta 2 on a dev server to test some new things in Web Developper Expres, but now when I try to remotely debug my 1.1 projects, I get the error...
11
by: serge | last post by:
When i debug a trigger is it possible to add a WATCH on the INSERTED or DELETED? I think not, at least I couldn't figure out a way to do so. Does someone have a suggestion on how I can see the...
0
by: ziyanjoe | last post by:
Hi! I am writing a program for the robot that runs as a daemon on a linux machine. Since debug output cannot be seen on stdout, I want to create an iostream to handle all the output messages....
1
by: Seguros Catatumbo | last post by:
Hi, i can't seem to enable remote debugging, no matter what changes i try in web.config. I may have a non standard setup: -Windows 2003. -ASP classic website on d:\inetpub\wwwroot, which gets...
1
by: DR | last post by:
What ports do i need to unblock on client and server (running msvsmon.exe) to debug remotely from my client box with visual studio 2005 pro? When I attach to remote process a connection shows up...
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: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
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: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
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: 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...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...

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.