Wednesday, July 02, 2008 by you've been HAACKED
Yesterday, I wrote a quick and dirty ASP.NET HttpModule for displaying the time that a request takes to process. Note that by turning on trace output for a page , you can get timing information for that page. But as far as I understand, and I need to...