Preferred Language:

Listing 1.22 - Web.Config

Illustrates how to enable application-level tracing.

Listing 1.22 - Web.config
Copy

<?xml version="1.0"?>
<configuration>
    <system.web>
        <trace enabled="true" />
    </system.web>
</configuration>