Tagged Questions
2
votes
2answers
319 views
Logging of long/unusual page execution time automatically in ASP.NET
I'd like to implement some kind of automatic "logging" in my ASP.NET MVC application when a page execution (incl. database calls etc.) takes longer than 3 seconds, and then gather some 'circumstantial ...