Hello,
I want to learn how to debug a web service while running the front end. Why
can't I debug two or more instances of the debugger? Is there a technique I
can accomplish that?
Thanks,
~yamazed
Martin Kulov - 06 Nov 2004 10:35 GMT
Hi Yama,
I do not understand. How do you what to debug two instances of the debugger?
If you what to debug your web service before you start the front end you have to attach to IIS executable process. In Win2003 it is w3wp.exe. In VS.NET go to Debug\Processes and select w3wp.exe process to attach to. Then set your breakpoint and you are ready to go.
Let me know if you have more questions.
Regards,
Martin Kulov
www.codeattest.com