Remote Debugging question ?

S

Shailendra Batham

Hey gurus,

I have a question about remote debugging in .Net.

I have a Windows XP Machine with Visual Studio .Net 2003, where I have a web
service application, everything works fine but now I have to deploy this on
another machine.

The other machine is a Windows 2000 Machine where the web service will be
deployed, so I just put the asmx file and the bin folder, everything works
fine.... now question is....... how do I debug this application if there are
some errors.... see what I mean, I should be able to sit on my XP machine
and debug the application on the windows 2000 machine. Does anyone have any
idea about this ?

Thanks,
Shailendra Batham
 
M

Marina

Go to Debug-Processes. Type in the other machine's name in the textbox
where you select the machine (it should have your machine's name defaulted
in). Then select the aspnet process and attach to it.

I think you have to have enough permissions on the other server to actually
debug on it. I'm not sure if you need to install anything else on there - it
might be there.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top