how can I enable database logging in my ASP.net application

Posted by Greg on Stack Overflow See other posts from Stack Overflow or by Greg
Published on 2010-05-28T02:43:55Z Indexed on 2010/05/28 2:51 UTC
Read the original article Hit count: 316

Hi,

how can I enable database logging in my ASP.net application?

I am using VS2010 (ASP.net MVC2 Project) and would like to see logging that highlights database activity between the application and the database, including database connection establishment (as I do have a connection related error somewhere).

I'm using SqlServer Express 2008.

thanks

© Stack Overflow or respective owner

Related posts about .NET

Related posts about ASP.NET