Enabling Tracing for System.Net- May 12, 2005 In whidbey, System.Net has a cool retail tracing implementation. It writes most calls made to public API's to a TraceListener. You can setup your own tracelisteners, or use the config file to setup a default listener. This facility is very useful in debugging problems with applications. Here is the example config file which enables Verbose tracing. <xml version="1.0" encoding="UTF-8" > <configuration><system.diagnostics> <trace autoflush="true"...http://blogs.msdn.com/feroze_daud/archive/2005/05/12/416922.aspx |