ASP.NET Debugging Enabled

Severity: Information
Summary#

Invicti detected that ASP.NET debugging is enabled.

Impact#
This indicates that the debugging flag was left enabled in the production system. There is no direct impact of this issue, and it is presented here only for information.
Actions To Take#

Apply the following changes in your web.config file to disable ASP.NET debugging.

<System.Web>
     <compilation debug="false" />
</System.Web>
OR

Search Vulnerability

Build your resistance to threats. And save hundreds of hours each month.

Get a demo See how it works