webservice question

  • Thread starter Thread starter James J. Foster
  • Start date 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.
 
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
 
Back
Top