Sorry about this super-basic question. 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??
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?
Perhaps hosting the service locally for test and debug purposes prior to deployment to live is an option.