is there a generic way i can trace my asp.net application ?
I want to trace the duration of my methods working times and send an email if it takes more than x seconds.
** i dont wanna write the code to all of my classes.
...
Go to the complete details ...