• 0

How to do debug a web-service?


Question

How may I do the ?old? cout << ?This happens-debug? << endl;

To se what?s happen when a WebService is called. Is there any trace-file I can write to?

Thanks

Link to comment
Share on other sites

1 answer to this question

Recommended Posts

  • 0

No, there isn't a trace file. But you can run the service through the Visual Studio debugger. In the properties for the project, set it to debug through Internet Explorer, and then debug the service just like you would an application. You can set breakpoints to monitor the code.

Link to comment
Share on other sites

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.