Welcome to MSDN Blogs Sign in | Join | Help

Note to self

Ramblings of a .NET Developer / IT Generalist.

Browse by Tags

All Tags » ASP.NET   (RSS)
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...
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...
Lucascan's top 5 tips for a healthy ASP.NET application
These tips are reasonably well-known and have been blogged by others. However, considering how often I come across these common “mistakes”, I felt yet another blog post was worthwhile: 1) Disable ASP.NET debugging in production! I cannot emphasize this Read More...
Page view tracker