Welcome to MSDN Blogs Sign in | Join | Help

Note to self

Ramblings of a .NET Developer / IT Generalist.

April 2009 - Posts

Troubleshooting an unresponsive web server (IIS) – Part 1 of 2, gathering the data
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...
Troubleshooting 101
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...
ASP.NET instrumentation (tracing) to a file
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...
Page view tracker