trace an asp.net website in production - c#/asp.net

Posted by uno on Stack Overflow See other posts from Stack Overflow or by uno
Published on 2010-03-18T01:35:01Z Indexed on 2010/03/18 1:41 UTC
Read the original article Hit count: 208

Filed under:
|

Is there a way that I can trace every method, basically a line trace, in an asp.net web site in production environment?

I dont want to go about creating db logging for every line - i see an intermittent error and would like to see every line called and performed by the website per user.

© Stack Overflow or respective owner

Related posts about c#

Related posts about ASP.NET