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.
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.
You'll need to attach to the process on the server. Possibly remote debugging will be useful for you.