In this chapter, you'll learn:
Testing and debugging ASP.NET Web API
By Mike Wasson|
Shows how to enable tracing in ASP.NET Web API.
The ASP.NET Web API Tracing preview package allows the Web API framework and user code to trace activities to System.Diagnostics. This package provides an implementation of ITraceWriter.
This sample project creates a Nuget package that will install a custom in-memory trace writer into ASP.NET Web API applications.
This blog post describes the Route Debugger tool, written by Troy Dai, which helps to debug routing errors in ASP.NET Web API.