expansion of axd in trace.axd
-
hi all , Tracing web application with ASP.NET[^] Tracing Methods • On the Page When this method is used, the trace output is displayed on the page that is executed. • Out of Page In this method, the tracing results are not displayed on the page but these are stored on the web server and in the root folder of the application in a file named as “trace.axd”. After execution of the pages, this file can be viewed on the browser. “trace.axd”.-----here what is the expansion of axd...
-
hi all , Tracing web application with ASP.NET[^] Tracing Methods • On the Page When this method is used, the trace output is displayed on the page that is executed. • Out of Page In this method, the tracing results are not displayed on the page but these are stored on the web server and in the root folder of the application in a file named as “trace.axd”. After execution of the pages, this file can be viewed on the browser. “trace.axd”.-----here what is the expansion of axd...
Is there something troubling you? I don't see a question here. Can you rephrase and elaborate on what are you trying to ask?
Sandeep Mewara Microsoft ASP.NET MVP 2012 & 2013 [My Blog]: Sandeep Mewara's Tech Journal! [My Latest Article]: HTML5 Quick Start Web Application
-
Is there something troubling you? I don't see a question here. Can you rephrase and elaborate on what are you trying to ask?
Sandeep Mewara Microsoft ASP.NET MVP 2012 & 2013 [My Blog]: Sandeep Mewara's Tech Journal! [My Latest Article]: HTML5 Quick Start Web Application
hi, what i mean is user control page has extension as .ascx---here the expansion of ascx is "active server control extension" along the same lines .asax ----the expansion of asax is "active server application extension". in the same manner just i wanna know the expansin of axd in tracefilename.axd usually trace files have .axd extension i googled it but i am unable to find the answer.ie y i asked in this blog....