| |||||||||||||||||||||||||||||||||||||
<trace> SectionASP.NET Syntax ASP.NET Configuration Sections Configures the ASP.NET trace service. <trace enabled = "true | false" requestLimit = "integer" pageOutput = "true | false" /> The <trace> tag supports five attributes.
Syntax ExampleThe following example specifies tracing configuration settings. <configuration>
<system.web>
<trace enabled = "false"
requestLimit = "15"
pageOutput = "true" />
<system.web>
</configuration>
See AlsoASP.NET Configuration TraceSection Class TraceDisplayMode Enumeration ASP.NET Trace Functionality |
| ||||||||||||||||||||||||||||||||||||
Check out related books at Amazon
© 2000-2008 Rey Nuñez All rights reserved.
If you have any question, comment or suggestion
about this site, please send us a note
You can help support aspxtreme