J
John Cantley
Usually I write the web service into my solution and can debug it with no
problems. My current situation does not give me access to the source control
so I want to keep the web service out of the main web solution. So in
essence how do I debug the webservice? I can instantiate it in my web
project but never hit any breakpoints. I get an error when I try to step
into the webservice call from the web project. If I don't step in but just
f10 it, the webservice never stops at a breakpoint. I am attaching to the
WebDev.WebServer.EXE process and I get no breaks. I do not want to debug
this from the discovery but the other web project.
Thanks,
John Cantley
problems. My current situation does not give me access to the source control
so I want to keep the web service out of the main web solution. So in
essence how do I debug the webservice? I can instantiate it in my web
project but never hit any breakpoints. I get an error when I try to step
into the webservice call from the web project. If I don't step in but just
f10 it, the webservice never stops at a breakpoint. I am attaching to the
WebDev.WebServer.EXE process and I get no breaks. I do not want to debug
this from the discovery but the other web project.
Thanks,
John Cantley