A web server is deemed to be unresponsive if it’s either not providing a response at all and/or it’s not achieving the response time (performance) expectations of the users. In my “Troubleshooting 101” post, I mentioned that after the problem has been
Read More...
It’s been far too long between blog posts so here’s a post and a promise to blog more frequently... I thought I’d share some of my thoughts on this topic that’s been the focus of my career for the past 7.5 years. I’ve tried to keep this as generic as
Read More...
It's often helpful to instrument your code to help with troubleshooting, etc. Instrumentation is really just a fancy word for tracing . Here's an example of tracing to a file from ASP.NET. <%@ Page Language="C#" CompilerOptions="/d:TRACE" %> <script
Read More...