Welcome to MSDN Blogs Sign in | Join | Help

Notes from a dark corner

Debugging ASP.NET, the CLR and anything that uses clock cycles.

News

  • These postings are provided as is with no warranties, and confers no rights. Additionally, views expressed herein are my own and not those of my employer, Microsoft.

Browse by Tags

All Tags » ASP.NET » IIS7   (RSS)
time-taken
The "time-taken" field in IIS logs can be useful for figuring out whether your web site is performing as well as expected. Starting with IIS6, this value includes the time for the response to be fully received by the client, unlike in previous versions Read More...
Profile of Scott Guthrie in the Microsoft Architecture Journal
I came across this interesting profile of Scott Guthrie. It covers some of the history of how ASP.NET came about as well as how ASP.NET was the first product to take a big bet on the CLR. If you don't subscribe to it already, I would strongly recommend Read More...
Good article on making ASP.NET applications perform well
Came across this article recently (someone pointed it out to me but I can't remember who, sorry). It has 15 timeless tips for ensuring your ASP.NET applications perform well. Talking about performance, if you are looking for a tool to test your application's Read More...
Page view tracker