How to find a source IP adress in a WCF trace file using (Microsoft Service Trace Viewer)?
I have a WCF web service with tracing enabled (following these guidelines http://msdn.开发者_StackOverflow社区microsoft.com/en-us/library/aa702726.aspx).
The problem is that I cannot find the source IP (incomming client request) address anywhere in the trace file. Also documentation on this topic is pretty vague, so if you can provide any links to some nice resources I'd be gratefull.Logging client IP address is probably not on by default as it is a privacy concern.
This links tells about some logging switches that allows you to trace things like the client IP address and when they are logged. I haven't set these flags before so can't tell you if it will work. But have a go.
精彩评论