问题
Anyone know how I can view how people are using my web service? I have turned on wcf tracing and can see method calls, but no parameters or json objects. I'm using .net 4 wcf json web service on iis v6 over https. This would help me greatly in debugging my application any help will be appreciated!
回答1:
Sorry, figured it out. I enabled message logging, but I didn't add the messagelogging source to a shared listener
来源:https://stackoverflow.com/questions/14513490/how-can-i-view-parameters-and-json-objects-via-wcf-traces-for-https-rest-web-ser