Is it possible to customize the Trace.axd page on ASP.Net?
See the question and my original answer on StackOverflowI don't think it's possible to configure it, however, you can get the underlying data and display what you need. See my answer here on SO to this question: Logging the data in Trace.axd to a text/xml file.