Read the HttpContext.Trace
ASP.NET
3
Posts
2
Posters
0
Views
1
Watching
-
Hello! Is there any way to read HttpContext.Current.Trace? -I need to log it's content in some place other than Trace.axd at some times.
-
Hello! Is there any way to read HttpContext.Current.Trace? -I need to log it's content in some place other than Trace.axd at some times.
-
Take a look at Stephen Toub's blog[^], that might help.
Thanks a LOT!!:):rose: