Testing asmx webservice...

Discussion in 'ASP.NET WebServices' started by djohnson, Feb 19, 2010.

  1. Sorry about this super-basic question. :eek: How do I go about debugging an asmx webservice? When I work on webservices at my job, I just remote desktop into the server and invoke the service from there and receive detailed information, but how do I get the same debugging info here??
     
  2. Well I thought my question was super simple but perhaps not. Doesn't anyone know? Is the only way to put a call to a webservice in my code and see what happens?
     
  3. Perhaps hosting the service locally for test and debug purposes prior to deployment to live is an option.
     
  4. Bruce

    Bruce DiscountASP.NET Staff

    are you talking about asmx or .svc?
     

Share This Page