views:

82

answers:

1

I have a windows forms applications that accesses a web service.

I want to debug the web service so that when I call its methods from the win-app it should stop on the breakpoints within the methods.

+1  A: 

You'll need to attach to the process on the server. Possibly remote debugging will be useful for you.

Noon Silk
Can you be more specific, I don't know how to do it.
Shimmy
http://support.microsoft.com/kb/910448
Noon Silk