Looking for the vulnerability index of Invicti's legacy products?
ASP.NET ASPX debugging enabled - Vulnerability Database

ASP.NET ASPX debugging enabled

Description

ASPX debugging is enabled on this application. Leaving debugging enabled is dangerous because you are providing inside information to end users who shouldn't have access to it, and who may use it to attack your application.

Remediation

To disable debugging, set the value of the <strong>debug</strong> attribute of the &lt;compilation&gt; element to <strong>false</strong>.<br/><br/>Example: &lt;compilation debug=&quot;false&quot;&gt;

Related Vulnerabilities