{"id":487,"date":"2003-09-02T14:36:48","date_gmt":"2003-09-02T18:36:48","guid":{"rendered":"http:\/\/wordpress.cephas.net\/?p=487"},"modified":"2003-09-02T14:36:48","modified_gmt":"2003-09-02T18:36:48","slug":"aspnet-tracing","status":"publish","type":"post","link":"https:\/\/cephas.net\/blog\/2003\/09\/02\/aspnet-tracing\/","title":{"rendered":"ASP.NET Tracing"},"content":{"rendered":"<p>ASP.NET has a feature called tracing, which according to the <a href=\"http:\/\/msdn.microsoft.com\/library\/default.asp?url=\/library\/en-us\/cpguide\/html\/cpcontracefunctionality.asp?frame=true\">ASP.NET Trace documentation<\/a> &#8220;<i>&#8230; allows you to view diagnostic information about a single request for an ASP.NET page simply by enabling it for your page or application.<\/i>&#8221; If you&#8217;ve used ColdFusion before, you&#8217;re probably yawning, &#8220;.. we&#8217;ve had debugging since version 3.0..&#8221;, but wait, it gets cooler.  You can also view the information from a page (Trace.axd) called the &#8220;trace viewer&#8221;, which allows you to view detailed information the last N requests (read: requests that other people have made to your site), which would\/could be extremely helpful during any phase of development, including production. Unlike ColdFusion, you configure this per application in the web.config file:<\/p>\n<p>&lt;trace<br \/>\n&nbsp;&nbsp;&nbsp;enabled=&#8221;true&#8221;<br \/>\n&nbsp;traceMode=&#8221;SortByCategory&#8221;<br \/>\n&nbsp;requestLimit=&#8221;40&#8243;<br \/>\n&nbsp;pageOutput=&#8221;false&#8221;<br \/>\n&nbsp;localOnly=&#8221;false&#8221;<br \/>\n    \/&gt;<\/p>\n<p>Anyone know if there is a tool like this for servlet containers?  Or if certain servlet containers support something like this?<\/p>\n","protected":false},"excerpt":{"rendered":"<p>ASP.NET has a feature called tracing, which according to the ASP.NET Trace documentation &#8220;&#8230; allows you to view diagnostic information about a single request for an ASP.NET page simply by enabling it for your page or application.&#8221; If you&#8217;ve used ColdFusion before, you&#8217;re probably yawning, &#8220;.. we&#8217;ve had debugging since version 3.0..&#8221;, but wait, it &hellip; <a href=\"https:\/\/cephas.net\/blog\/2003\/09\/02\/aspnet-tracing\/\" class=\"more-link\">Continue reading <span class=\"screen-reader-text\">ASP.NET Tracing<\/span> <span class=\"meta-nav\">&rarr;<\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":[],"categories":[17],"tags":[],"_links":{"self":[{"href":"https:\/\/cephas.net\/blog\/wp-json\/wp\/v2\/posts\/487"}],"collection":[{"href":"https:\/\/cephas.net\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/cephas.net\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/cephas.net\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/cephas.net\/blog\/wp-json\/wp\/v2\/comments?post=487"}],"version-history":[{"count":0,"href":"https:\/\/cephas.net\/blog\/wp-json\/wp\/v2\/posts\/487\/revisions"}],"wp:attachment":[{"href":"https:\/\/cephas.net\/blog\/wp-json\/wp\/v2\/media?parent=487"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/cephas.net\/blog\/wp-json\/wp\/v2\/categories?post=487"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/cephas.net\/blog\/wp-json\/wp\/v2\/tags?post=487"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}