Sunday, April 27, 2014

How to do logging in web services?

I have a webmethod in web services. I want to log its behaviors in a log text file.


Is the web method launched by web server as multi-threaded?


Is there any concurrency control to log into a text file? If so, how?


No comments:

Post a Comment