English 中文(简体)
How to find a source IP adress in a WCF trace file using (Microsoft Service Trace Viewer)?
原标题:
  • 时间:2009-12-08 10:19:52
  •  标签:
  • wcf
  • trace

I have a WCF web service with tracing enabled (following these guidelines http://msdn.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.

问题回答

暂无回答




相关问题
C# TraceSource class in multithreaded application

msdn: "Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe." it contains only instance methods. How should I ...

How to implement objects modification trace

With django admin, we have an history of who altered an object and when. I would like to add an "old value", "new value" to this to be able to roll back if needed. Plus I would like every ...

How to use TRACE with ascii under unicode MFC environment?

I am developing a MFC program under windows CE. It is unicode by default. I can use TRACE to print some message like this TRACE(TEXT("Hey! we got a problem! ")); It works fine if everything is ...

high speed tracing

I have an embedded board with a 32 Micro-controller, and an custom built OS, Unfortunately, as of now, connection to the PC is only through serial port, Internal memory is limited to 512KB. There are ...

Tracking SQL Calls From MS Access to MySQL

I m trying to see the SQL statements that are sent from MS Access 2003 to MySQL via ODBC. I ve tried ODBC Tracing, but it s painfully slow, producing very large log files which are very difficult ...

How in jboss write traces to separate trace file

How in JBoss to write traces to separate file? I would like to see traces about org.hibernate.SQL and org.hibernate.type in separate trace file. I added next appender and categories to jboss-log4j....

热门标签