.NET Framework 2.0 includes a very low level trace facility for ADO.NET. Below are the basic steps to get tracing up and running. 1) Activate the tracing DLL. Framework 2.0 ships with AdoNetDiag.dll. This contains the ADO.NET tracing providers. To activate it, make the following registry entry (note the : in front of Path): 2) Register the ADO.NET tracing providers with WMI: 3) Setup tracing in the performance monitor: 3a) Create a new tracing log, name it whatever you like: 3b) On the general tab,...