To enable tracing, add the following to the web.config file, inside the <system.web> tags:
<trace enabled="true" pageOutput="false" />
To view the trace events, go to http://www.example.com/<project name>/trace.axd.