trace an asp.net website in production
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:51 UTC
Read the original article
Hit count: 391
Is there a way that I can trace every method, basically a line trace, in an asp.net web site in production environment?
I don't 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