Wrox Home  
Search P2P Archive for: Go

  Return to Index  

aspx_professional thread: Dynamic Tracing


Message #1 by "Gino Lebrun" <Gino_Lebrun@d...> on Fri, 27 Jul 2001 15:26:10
Make a file web.config

It should contain this:

<?xml version="1.0" encoding="utf-8"?>
<configuration>
	<system.web>
		<compilation defaultLanguage="c#"
debug="true"></compilation>
		<customErrors mode="Off"/>
	</system.web>
</configuration

Hope this helps,
Chris Bond

> -----Original Message-----
> From: Gino Lebrun [mailto:Gino_Lebrun@d...]
> Sent: 27 July 2001 3:26
> To: ASPX_Professional
> Subject: [aspx_professional] Dynamic Tracing
> 
> Hi,
> 
> in your book, Professional ASP.NET, Chapter 22, page 1128, when you
talk
> about dynamic tracing. You gave an example with the query string but
> mentionned that some alternative solutions are possible, such as
registry
> or configuration file.
> 
> Could you give me some informations or hints about using registry and
> could I use an XML file to turn tracing on ?
> 
> The way I would like to use it, it's starting the trace remotely but
just
> when the situation is going bad with the application. But I do not
want
> any GURU who knows how viewing TRACE.AXD be able to acces some
> informations about the server and application.
> 
> Thank you for your help.
> Gino Lebrun

  Return to Index