Is there a way to track every method, mostly string tracing, on an asp.net website in a production environment?
I do not want to create a db log for each line - I see an intermittent error and would like to see every line called and executed by the website for each user.
source
share