How to enable database logging in my ASP.net application?
I am using VS2010 (ASP.net MVC2 project) and would like to see a log that highlights the database activity between the application and the database, including establishing a connection to the database (since somewhere I have a connection-related error).
I am using SqlServer Express 2008.
thank
source
share