473,386 Members | 1,832 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,386 software developers and data experts.

What's the secret?

et
In the web.config file, there is an option for pageOutput, and a notation
that says you can view the trace in the trace.axd file. Well, there is no
trace.axd file that I can find, I've searched everywhere. So what is the
secret that is always left out to find this file. I have put pageOutput to
true and I have put it to false and run the program a gazillion times and
still do not find the trace.axd file, I do not find any axd file.
Nov 18 '05 #1
2 1150
trace.axd is not a real file but a command that will be understood by the
aspx isapi manager. Simply write this url with the proper web server
location and the name of the root application (The root application may be
/ or the name of the repertory containing the application, if your web
server has many applications as defined in its configuration.). For
exemple:

http://localhost/LxpNet1/trace.axd

For trace.axd to be enable, you must have the following config:
<trace enabled="true" requestLimit="10" pageOutput="page"
traceMode="SortByTime" localOnly="true" />

If pageOutput is set to true, the trace will be displayed in the same
windows as the aspx page and not in the trace.axd window. Also, if you put
either the tag « trace=true » or « trace=false » in the page options, this
will override the global setting for the trace option as defined in the
web.config file.

S. L.

"et" <ea*************@yahoo.com> wrote in message
news:ee**************@tk2msftngp13.phx.gbl...
In the web.config file, there is an option for pageOutput, and a notation
that says you can view the trace in the trace.axd file. Well, there is no
trace.axd file that I can find, I've searched everywhere. So what is the
secret that is always left out to find this file. I have put pageOutput
to
true and I have put it to false and run the program a gazillion times and
still do not find the trace.axd file, I do not find any axd file.

Nov 18 '05 #2
et
You are wonderful, thank you so much for helping this frustrated beginner!

"Sylvain Lafontaine" <sylvain aei ca (fill the blanks, no spam please)>
wrote in message news:Oy***************@TK2MSFTNGP12.phx.gbl...
trace.axd is not a real file but a command that will be understood by the
aspx isapi manager. Simply write this url with the proper web server
location and the name of the root application (The root application may be / or the name of the repertory containing the application, if your web
server has many applications as defined in its configuration.). For
exemple:

http://localhost/LxpNet1/trace.axd

For trace.axd to be enable, you must have the following config:
<trace enabled="true" requestLimit="10" pageOutput="page"
traceMode="SortByTime" localOnly="true" />

If pageOutput is set to true, the trace will be displayed in the same
windows as the aspx page and not in the trace.axd window. Also, if you put either the tag « trace=true » or « trace=false » in the page options, this
will override the global setting for the trace option as defined in the
web.config file.

S. L.

"et" <ea*************@yahoo.com> wrote in message
news:ee**************@tk2msftngp13.phx.gbl...
In the web.config file, there is an option for pageOutput, and a notation that says you can view the trace in the trace.axd file. Well, there is no trace.axd file that I can find, I've searched everywhere. So what is the secret that is always left out to find this file. I have put pageOutput
to
true and I have put it to false and run the program a gazillion times and still do not find the trace.axd file, I do not find any axd file.


Nov 18 '05 #3

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

Similar topics

12
by: Elaine Jackson | last post by:
Is there a function that takes a number with binary numeral a1...an to the number with binary numeral b1...bn, where each bi is 1 if ai is 0, and vice versa? (For example, the function's value at...
24
by: Xah Lee | last post by:
in computer languages, often a function definition looks like this: subroutine f (x1, x2, ...) { variables ... do this or that } in advanced languages such as LISP family, it is not uncommon...
33
by: Jacob Oost | last post by:
Should I get some more general books, like "advanced self-teaching," or can I start on specialized books like "Linux game programming?" Any book recommendations? -- ----- BEGIN GEEK CODE...
2
by: Martin Høst Normark | last post by:
Hi everyone Has anyone got the least experience in integrating the Digital Signature with an ASP.NET Web Application? Here in Denmark, as I supose in many other countries, they're promoting...
2
by: Arnold | last post by:
For some of my secondary students studying bits and bytes, I'd like to make a form in which they can create secret codes with bytes. I'd like the form to have a memo field that can only accept 0s...
6
by: RichG | last post by:
Does anyone remember this: Set datapath to "c:\somewhere" dNetUse "SomeTable" do some db work I asked the question a couple of days ago about how to attach a recordset or some form of data to...
5
by: 1 | last post by:
I have discovered the secret of the soul The soul is the emotion. The soul and the emotion are completely nonmaterial existence. The consciousness and the emotion are inseparable, which means...
0
by: Laptop secret | last post by:
HI, We may not aware that the laptop you bring around has abig secret inside. Some of expert may have known it and keep it as secret. If you are fond of browsing in internet you may probably...
25
by: Cromulent | last post by:
On 2008-07-06 21:09:55 +0100, Joe Wright <joewwright@comcast.netsaid: Err, no not really as that has nothing to do with stock market prices :). -- "I disapprove of what you say, but I'll defend...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
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
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...

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.