473,480 Members | 1,777 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

Trace.axd not created

kpg

In the webConfig file I set Trace enabled=true, Pageoutput=false
but I don't get a Trace.axd in my application root.

If I turn pageoutput=true then I see the trace info on the page.

???

I created an empty trace.axd, just in case it needed a file to
be present, but it stays empty.

kpg
May 31 '06 #1
2 1838
Trace.axd is a implementation of IHttpHandler -- it's a class that handles
requests for trace.axd but doesn't require a file on the file system. Check
out the <httpHandlers> configuration element in the machine.config (v1.1)
or root web.config (v2.0).

-Brock
http://staff.develop.com/ballen

In the webConfig file I set Trace enabled=true, Pageoutput=false but I
don't get a Trace.axd in my application root.

If I turn pageoutput=true then I see the trace info on the page.

???

I created an empty trace.axd, just in case it needed a file to be
present, but it stays empty.

kpg

Jun 1 '06 #2
kpg
As Brock Allen once said in microsoft.public.dotnet.framework.aspnet
Trace.axd is a implementation of IHttpHandler -- it's a class that
handles requests for trace.axd but doesn't require a file on the file
system. Check out the <httpHandlers> configuration element in the
machine.config (v1.1) or root web.config (v2.0).

-Brock
http://staff.develop.com/ballen

Yes, thanks. Got it.
Jun 1 '06 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
1472
by: Alee Ali | last post by:
Hello: I am working with SQL Server 2000. I have a stored procedure that creates 3 temporary tables (#temp1, #temp2, #temp3). When I view the trace of the stored procedure I see entries that...
7
2474
by: Andy Fish | last post by:
Hi, in my c# code I have something like this: try { ... } catch (Exception ex) { ... throw ex; }
1
1506
by: H Branyan | last post by:
In the Application_OnStart event in global.asax, my code calls an AlertService which creates a System.Timers.Timer() object. So this service doesn't actually run in conjunction with a specific...
5
2908
by: who be dat? | last post by:
Hello all. I'm writing an application that is writing trace information that can be viewed in trace.axd. I would like to rename this and use a different name specific to my application. I know...
13
1166
by: TJS | last post by:
How can I use trace.warn in a code class. I set the calling aspx page with trace=true but get this error when I put a trace.warn("hello") in my code class ------------------...
2
1384
by: RC | last post by:
I have implemented an error logging routine that writes out the stack trace (associated with the Exception object). It tells me the exact line(s) of code that lead up to the Exception. Example:...
2
2881
by: Jason L James | last post by:
Hi all, can anyone help me with some tracing I am trying to do in my application. I have a configuration file containing the XML as detailed below: <?xml version="1.0" encoding="utf-8" ?>...
0
1421
by: =?Utf-8?B?YWtz?= | last post by:
I've configured Trace switch in my app.config file: DebugLevel = new TraceSwitch("DebugLevel", "Trace Level for Entire Application"); and have created and initialized a trace listener in my...
3
7822
by: Simon | last post by:
Hi all, I'm trying to use the Trace class to log messages to a simple text file. I need to be able to provide a custom filename to be used. I've created a TextWriterTraceListener and added it to...
0
6908
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
7048
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
7088
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
6956
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
4485
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
2997
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
0
2986
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
1300
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...
1
563
muto222
php
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.