473,804 Members | 3,697 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

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 1171
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="1 0" pageOutput="pag e"
traceMode="Sort ByTime" 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******** ******@tk2msftn gp13.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******** *******@TK2MSFT NGP12.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="1 0" pageOutput="pag e"
traceMode="Sort ByTime" 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******** ******@tk2msftn gp13.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
17548
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 18 would be 13 .) I thought this was what the tilde operator (~) did, but when I went to try it I found out that wasn't the case. I discovered by experiment (and verified by looking at the documentation) that the tilde operator takes n to -(n+1)....
24
2418
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 to define functions inside a function. For example:
33
2405
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 BLOCK ----- Version 3.1 GAT d? !s !a C++++ UL+ P L++ E- W+ N+ o-- K- w-- O- !M !V PS-- PE++ Y+ PGP- t++>++++* 5? !X-- R- tv b++ DI+ D++
2
3679
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 the digital signature. A lot of people already has one, to do their taxes, and much more. I have to use for a business-to-business e-commerce solution, where it's vital that the right user is being logged on, and not give his username and password...
2
1697
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 and 1s and spaces. I was envisioning the following: --On after update or so, check the memo and only allow groups of eight 0s and 1s, and only single spaces. --If students typed groups with < or > eight 0s or 1s, show a msgbox to alert the...
6
1448
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 a datagrid. I was using DAO. The lack of responses seemed to indicate that the question was out of the range of an answer. So I started looking around to find out what does this datagrid want that the datagrid in VB5 did not need. It looked...
5
1937
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 each consciousness accompanies the corresponding emotion. We must understand that the whole brain is a energy system besides as a nervous system, which has the basic property of each energy system- the process of energy release and absorb. The...
0
1097
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 discover it. Read further thru this site and you may find out : http://sharinginfo4.googlepages.com/home
25
2726
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 to the death your right to say it." - Voltaire
0
9706
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, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9579
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 effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
9150
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
7620
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6853
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 then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5521
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 last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5651
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
2
3820
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2991
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.