Request-based tracing provides a great way to figure out what exactly is happening with your requests and why it is happening when there's a problem in the IIS installation.
Problems like poor performance on some requests, HTTP 400 or 500 status code errors or authentication related errors can be difficult to troubleshoot unless the user captures the full trace when the problem occurs. Failed-request tracing is designed to troubleshoot this type of problems in Microsoft Internet Information Server (IIS) 7.
To enable it, follow the next steps:



After enabling tracing, the user should be able to find all the failed request log files in the folder specified in step 3.
Refer to the following web page for more information on how to enable tracing in Microsoft Internet Information Server - IIS 7.x
http://www.iis.net/configreference/system.webserver/tracing