I have a ASP.NET web service that I used to asynchronously save data to my database. I have a button on my webpage that invokes a javascript method which looks through the dom, gathers the data and sends it off to the service.
I'm debugging a problem right now that I believe is happening in this web service, and I would like to debug the web service when it gets invoked, but I'm not sure if this can be done, and if so how?
Something very strange is going on in that service, so I'd like to be able to step through it and figure out where the problem is occurring.