Click to See Complete Forum and Search --> : ASP.Net XML Web Services Debugging


TheQuest
July 17th, 2003, 10:47 PM
Scenario:

The XML Web Service runs on a local intranet server.The code(C#) to create it lies on the local machine.After i build the Web service i put the asmx and the dll file on the server machine.

Question:

IS it possible for me to Debug (Single step or anything) the Web service running on the remote machine using the code in the local machine?
Any and all suggestions are welcome.
Thank You
The Quest