Questions tagged [.net-trace]

ASP.NET tracing enables you to view diagnostic information about a single request for an ASP.NET page. ASP.NET tracing enables you to follow a page's execution path, display diagnostic information at run time, and debug your application. ASP.NET tracing can be integrated with system-level tracing to provide multiple levels of tracing output in distributed and multi-tier applications.

ASP.NET tracing enables you to view diagnostic information about a single request for an ASP.NET page. ASP.NET tracing enables you to follow a page's execution path, display diagnostic information at run time, and debug your application. ASP.NET tracing can be integrated with system-level tracing to provide multiple levels of tracing output in distributed and multi-tier applications.

More details

4 questions
13
votes
2 answers

Tracing methods execution time

I am trying to "inject" custom tracing methods in my application. I want to make it as elegant as possible, without modifying to much of the existing code, and have the possibility to enable / disable it easily. One solution i could think of would…
Catalin
  • 11,503
  • 19
  • 74
  • 147
6
votes
1 answer

Using .NET Trace and then NLog or log4net etc, as a listener

I would like to avoid writing my own generic logging interface, and rather use built in Trace functionality, which to start with doesn't require any logging library. Before I address logging libraries, I already have my trace info in at least the…
ProfK
  • 49,207
  • 121
  • 399
  • 775
1
vote
2 answers

Azure App Service Tracing

We have an app deployed in Azure App Service, and it has the below logging configuration: If we are not using any methods in the System.Diagnostics namespace (System.Diagnostics.Trace / System.Diagnostics.TraceSource), then what is the relevance of…
Thomas
  • 1,970
  • 4
  • 28
  • 59
1
vote
1 answer

Disabling System.Net.Trace logging from VS 2013

This is a strange question... A while ago I contacted Azure support to debug some issues surrounding web app deployment from visual studio 2013. In order to diagnose this issue he screen shared with me and walked me through setting up network traces…
JonnyKnottsvill
  • 1,123
  • 2
  • 16
  • 39