The Trace directive requires specifying a finite number of times trace will provide info for requests. Is there any way to set it unlimited? 0 doesn't cut it. Currently I just set it to 1000, but I wonder why the rule in the first place?
The melody of logic will always play out the truth. ~ Narumi Ayumu, Spiral
When you select app trace, the trace output of each request is stored as a row in a table in memory. If you set the trace output limit to unlimited, eventually you'd fill up all available memory.
Shanku Niyogi
This posting is provided "AS IS" with no warranties, and confers no rights.
But what if I'm not interested in the trace history and only want to see the trace of the current page request? It is to debug pages and objects as they are in their current state. Anything wrong with them, I'll amend accordingly and trace with the new code.
The melody of logic will always play out the truth. ~ Narumi Ayumu, Spiral
icelava
Participant
1210 Points
254 Posts
ASPInsiders
Set unlimited Trace
Jul 29, 2003 07:39 AM|LINK
ShankuN
Participant
1455 Points
287 Posts
Microsoft
Re: Set unlimited Trace
Aug 02, 2003 12:00 AM|LINK
This posting is provided "AS IS" with no warranties, and confers no rights.
icelava
Participant
1210 Points
254 Posts
ASPInsiders
Re: Set unlimited Trace
Aug 02, 2003 05:20 AM|LINK