A while ago, I had a piece of XML you put in the application config file which made .net write all exceptions and traces into a log file, without any modifications to the code. (i.e. I didn't have any trace listeners or manual log files)
I cannot for the life of me find this anymore. Does anyone know how to do it or where I can find it. Google searches only bring up how to create trace listeners, which is not what I want.
Thanks for any assistance you can give.