what is trace.axd in mvc
what is trace.axd in mvc and this full form and work in mvc
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Manav PandyaPosted Mar 24, 2018, 4:45 AM
geetha velusamyPosted Nov 9, 2021, 1:08 PM
Trace. axd is an Http Handler for . Net that can be used to view the trace details for an application. This file resides in the application's root directory.
Tracing appends diagnostic information and custom tracing messages to the output of the page and sends this information to the requesting browser. Optionally, you can view this information from a separate trace viewer that displays trace information for every page in an ASP.NET Web application.
Trace. axd in the root of your application. For example, if the URL for your application is http://localhost/SampleApplication, navigate to http://localhost/SampleApplication/trace.axd to view the trace information for that application.
How to enable Trace:
mostRecent="true" traceMode="SortByTime"/>