I am tracing my ASPX page by enabling tracing in web.config (<trace enabled="true" pageOutput="true"/>)
How could i save this information (specifically the request headers) into a log file.
Thanks for sharing your valuable time.
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.
Simply enabling tracing the way your have is not enough – you need to configure what to trace and what to do with the trace.
See Trace Listeners and Configuring Tracing on MSDN.