Using VS 2005 SP1 I have a solution which contains an windows project and a web service project. The windows application calls the web service. I have a breakpoint in the first line in the web service method. When I run the windows app in debug mode, the call to the web service gets executed and returns but the breakpoint in the web service doesn't get triggered.
Is there a special set up to get the debugger to single into the web service?