ASP.NET
How-To: Remove slow Azure instances

In case you missed it, LeanSentry How-To last week was about removing slow or unhealthy Azure instances from your cloud service. It’s a relatively new technique made possible by a new Azure API, that lets you remove a specific instance of your choosing. Direct link: LeanSentry How-To: Remove unhealthy or slow Azure instances Reasons to … [Read more…]
ASP.NET Response.Flush could be breaking your site

We just announced our new expert How-To series, where we’ll be bringing you some of the best practices and techniques we’ve been using with customers. The post this week is about the Response.Flush API, a silent but deadly performance killer. Many of our ASP.NET customers experience performance degradation and hangs because of it, so its … [Read more…]
New Hang diagnostics for IIS & ASP.NET apps
LeanSentry’s new Hang diagnostics are out! This was a major rewrite of the diagnostic algorithm, and a complete redesign of the interface. Some of the biggest changes are …
Re-inventing LeanSentry

Hard to believe its been more than a year since my last post! I get a lot of “Hey Mike, what have you been up to?” email from this blog and the IIS troubleshooting newsletter, so I figured I should answer this question before getting back to business as usual. The short answer is, I’ve … [Read more…]
Infographic: Debugger vs. Profiler? Fixing slow ASP.NET page loads
We put together a fun infographic to compare using the debugger vs. a profiler for troubleshooting slow page loads in ASP.NET apps. This coincides with our recent release of LeanSentry’s slow operation tracking, which provides an lighter (and more informative) alternative to either. Here it is: What do you use currently? Do you agree with … [Read more…]
IIS hang troubleshooting guide
Want to learn how to troubleshoot IIS website hangs the way Microsoft developers do it? Check out the new IIS hang troubleshooting guide.
Let's fix production troubleshooting
Production troubleshooting sucks. With LeanSentry, our vision has been to fix how IT and developers deal with production troubleshooting.
Today, this vision is getting even closer to being reality with automatic diagnostics for IIS website hangs, ASP.NET memory leaks, and many others.
Everything you ever wanted to know about ASP.NET request queues
Did you know there are 5 places where ASP.NET requests can become queued on an IIS server? Learn all about these queues, and how to identify the actual queued requests!
The 4 server logs you NEED to know to fix any IIS / ASP.NET error
Having trouble finding that IIS or ASP.NET error in production? Learn to use these 4 server logs, and you will always find the error you are looking for.