Re: Programmatically enable trace debug for a page
- From: Dominick Baier <dbaier@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Fri, 29 Sep 2006 17:01:48 +0000 (UTC)
Page.Trace = true;
---
Dominick Baier, DevelopMentor
http://www.leastprivilege.com
Is there a way to enable the trace output programmatically? For
example in the
web.config under I have:
<trace enabled="true" localOnly="true" pageOutput="true" />
but then I would like the code to decide at runtime (by a variable in
the URL query string or something) if debug tracing output should be
displayed for that page (similar to localOnly="false"). Any
suggestions?
.
- Follow-Ups:
- Re: Programmatically enable trace debug for a page
- From: Steve Lynch
- Re: Programmatically enable trace debug for a page
- References:
- Programmatically enable trace debug for a page
- From: Steve Lynch
- Programmatically enable trace debug for a page
- Prev by Date: Re: User Authentication Thru LDAP MS Active Directory
- Next by Date: Re: Cookieless Sessions (Sessions Without Cookies) and Security
- Previous by thread: Programmatically enable trace debug for a page
- Next by thread: Re: Programmatically enable trace debug for a page
- Index(es):
Relevant Pages
|