473,326 Members | 2,127 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,326 software developers and data experts.

How to remotely debug an asp.net application

J-T
Hello,

We have an ASP.NET application which talks to a third party webservices to
verify a credit card.This application is in another DMZ and completely
outside of our developement zone (where all out developers develope
stuff).I'd like to trace what message app is sending to webserivce and what
response it gets.How can I remotely do this? Can CLR debugger do this?

Thanks a lot
Dec 2 '05 #1
1 979
Hi,
See the below link for remote debugging it will help u..
http://msdn.microsoft.com/library/de...bugmonitor.asp

If you want to trace information ,you can change in web.config of application
<configuration>
<system.web>
<trace enabled="true"
requestLimit="15"
pageOutput="true"
localOnly="false" />
<system.web>
</configuration>

You can see the trace information in http://hostname/AppName/trace.axd

"J-T" wrote:
Hello,

We have an ASP.NET application which talks to a third party webservices to
verify a credit card.This application is in another DMZ and completely
outside of our developement zone (where all out developers develope
stuff).I'd like to trace what message app is sending to webserivce and what
response it gets.How can I remotely do this? Can CLR debugger do this?

Thanks a lot

Dec 2 '05 #2

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

Similar topics

2
by: faktujaa | last post by:
Hi, I have created an application that uses IIS to host remote components. All the remote components are listed in app.config in client and web.config in server. Now the app.config can contain...
2
by: Ken Allen | last post by:
I have a service that was developed in C# that I wish to debug. The project resides on my desktop system and I wish it to execute on a remote test system (actually on the next desk). When I...
1
by: sean | last post by:
Hi There, I have an asp .net application that I am trying to debug remotely, unfortunatley I do not have access to the server itself. I have verified the application is working on my local...
1
by: DOTNETGUY | last post by:
Hello, I have a question. I have a project file sitting on our dev web server. The net admin does not want us to debug remotely but we would like to keep the project files on the web server. How...
2
by: Jim Bancroft | last post by:
Hi, I'm porting a web app from VB6 to C#, and one of the things the old application did was call a few outside web pages (using http) and act on the response stream. Is there a reccomended way...
3
by: Brett Romero | last post by:
I have an application throwing an exception when it starts. I catch the exception and write this to the event log. The app continues and completes loading. But now, of course, it doesn't...
4
by: =?Utf-8?B?VG9kZCBKYXNwZXJz?= | last post by:
Hey guys, I've written a web application that I'm simply trying to use to access a database. When I run the application locally (or as an NT Service) it can easily access the remote SQL...
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: DolphinDB | last post by:
Tired of spending countless mintues downsampling your data? Look no further! In this article, you’ll learn how to efficiently downsample 6.48 billion high-frequency records to 61 million...
0
by: ryjfgjl | last post by:
ExcelToDatabase: batch import excel into database automatically...
0
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
1
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
1
by: PapaRatzi | last post by:
Hello, I am teaching myself MS Access forms design and Visual Basic. I've created a table to capture a list of Top 30 singles and forms to capture new entries. The final step is a form (unbound)...
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: af34tf | last post by:
Hi Guys, I have a domain whose name is BytesLimited.com, and I want to sell it. Does anyone know about platforms that allow me to list my domain in auction for free. Thank you
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
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 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 former...

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.