2014年5月12日 星期一

Enable Tracing in Web API


Enable Tracing in Web API

2.  Install or update the Microsoft ASP.NET Web API 2.1 Web Host

3.  Enable the tracing function in Web API’s  WebApiConfig

public static void Register(HttpConfiguration config)
{
//Enable tracing
config.EnableSystemDiagnosticsTracing();
}


4.  Result :



沒有留言:

張貼留言