d00_ape Posted June 8, 2004 Share Posted June 8, 2004 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 More sharing options...
0 smurfiness Posted June 8, 2004 Share Posted June 8, 2004 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 More sharing options...
Question
d00_ape
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