Is there a secret trick to debugging a Web service?
I compile my web service and test app in debug mode.
The webservice has <compilation defaultLanguage ="vb" debug="true" /> in
web.config.
I set breakpoints in my web service.
I try to step into my web services with F11 from my test app.
My webservices executes, but I never reach my breakpoint and my webservice
never executes in debug mode.
I compile my web service and test app in debug mode.
The webservice has <compilation defaultLanguage ="vb" debug="true" /> in
web.config.
I set breakpoints in my web service.
I try to step into my web services with F11 from my test app.
My webservices executes, but I never reach my breakpoint and my webservice
never executes in debug mode.
Comment