Logging the data in Trace.axd to a text/xml file
问题 In trying to track down a performance issue that is only occurring in our production environment, we have enabled tracing within the app so see method calls and page load times. This is working well and there is lots of information that helps to track down issues. However, the only way of viewing this information is to browse to the Trace.axd and then view each request individually. It is also only possible to track the first X requests in this way and X has a maximum limit of 10,000. Is