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 debug attribute of the <compilation> element to false.

Example: <compilation debug="false">

Related Vulnerabilities