I want to display at the bottom of my pages a simple "built in x.yz seconds" text, to easily check various options. (some pages are built using parameters entered in a previous page by a "regular" user, who would like too to see the results of his decisions)
I know I can use traces in asp.net, but it's not very user-friendly, and I fear it's not very good for performance.
Do you think this http://www.aspnetzone.de/blogs/peterbucher/archive/2008/03/16/requestdauer-mit-einem-httpmodule-und-response-filter-ausgeben.aspx (httpmodule, webpage in german) is a good solution ?
Oh, and since I'm working on several projects right now, I'd like to do it for asp.net mvc pages, and webforms :)
Thanks !