Hello all,
I have a C# windows application project and a web service project, all part
of the same solution.
My windows application references and uses web service.
Everything works as expected except for the fact that I cannot debug web
service.
When my client windows application calls web service method the debugger
does not step in, Debug.WriteLine() statements do write to the Output
window, the same applies to Trace methods. I have both "debug" and "trace"
options set to "true" in the web.config, everything compiles under the
default Debug configuration.
Am I missing something?
Tomasz
John Saunders - 30 Sep 2006 15:17 GMT
> Hello all,
>
[quoted text clipped - 9 lines]
> options set to "true" in the web.config, everything compiles under the
> default Debug configuration.
Have you attached in the debugger to the aspnet_wp (or w3wp) process?
John