Enable debugging for an entire application : compilation « Configuration « ASP.NET Tutorial






File: Web.Config

<configuration>
    <system.web>
      <compilation debug="true" />
    </system.web>
</configuration>








16.9.compilation
16.9.1.Enable debugging for an entire application
16.9.2.Modifying the value of the Debug configuration setting.
16.9.3.Displaying all configuration sections from the system.web configuration section group.