This probably has an easy answer, but I haven’t been able to find one yet. I was wondering if there was a simple solution to exporting the page-level trace results of trace.axd to a log file of some sort.
Thanks
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The <trace> element has a writeToDiagnosticsTrace option, which enables you to capture trace events with a trace listener.
We have done this, but with poor results. Because of incomplete trace support in ASP.NET, we couldn’t get anything but the trace event messages into the file – no timestamps, no elapsed time – nothing really useful.