ASP.NET application-level tracing enabled
Description
Application-level tracing enables trace log output for every page within an application. When the <trace> element is enabled for remote users (localOnly="false"), any user can view an detailed list of recent requests to the application simply by browsing to the page trace.axd.
Remediation
Check the <strong><trace></strong> element from web.config and ensure that enabled attribute is set to <strong>"False"</strong> and/or localOnly attribute is set to <strong>"true"</strong>. <br/><br/> Example: <trace enabled="False" localOnly="True">