webservice question

  • Thread starter James J. Foster
  • Start date
J

James J. Foster

If you have Visual Studio.NET, start your webservice project and add any
breakpoints you want. Then start your client project, and add a breakpoint
on the webservice call. When you get to that point, you can Step Into (F11)
the webservice project and utilize the full debugging capabilities on
VS.NET.
 
S

shahrukh

hi how can i debug my webservice,
i cant use messagebox.show("variable values");
so how do i view if my variables have the correct values?

any help appriciated
thank you
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top