Wednesday, December 3, 2008

Enable trace in ASP.NET page

To enable trace on the ASP.NET page, add the below line to the config file
trace enabled="true" requestLimit="10" pageOutput="true" traceMode="SortByTime" localOnly="true"