The holy grail: Automatically diagnose IIS + ASP.NET website hangs
We finally did it. LeanSentry now automatically detects and diagnoses IIS and ASP.NET hangs!
We finally did it. LeanSentry now automatically detects and diagnoses IIS and ASP.NET hangs!
Are you going to TechEd this year? Be sure to come see us, and get some awesome stuff – including an exclusive LeanSentry discount, and a chance to win a Microsoft Surface! We’ve been working hard to to bring better monitoring and production troubleshooting to IIS/ASP.NET apps. But, we really do have some amazing new … [Read more…]
Even with the ASP.NET Integrated Pipeline on IIS, there are things you just can’t do with ASP.NET modules. Here is a list of them, and why you should probably never do them.
Your users are complaining that the site is loading slowly, or you are making requests to your application and they are hanging. Here is my preferred method for diagnosing hanging requests on IIS servers:
Its been a big month for LeanSentry! We’ve released several big features to help make supporting and troubleshooting IIS/ASP.NET apps way easier, including smart alerts, automatic error highlighting, server diagnostics, and more. Read on for the juicy details.
ASP.NET Health Monitoring was one of the major features I worked on for the ASP.NET 2.0 release. Fast forward 8 years later, after releasing ASP.NET, IIS7, and building LeanSentry. This is the story of this feature, lessons learned while building it, and a practical take on when to use/not to use Health Monitoring for monitoring your ASP.NET applications.
How do you know if your website is running slowly? Using the common metric of Average Response Time turns out to be a terrible idea.
These are the reasons why, and how we resolved this problem for LeanSentry …
We’ve spent the last 5 years helping our clients build better websites on the Microsoft web platform. Eventually we got sick of logging into servers to debug IIS problems with appcmd, EventLog, windbg, and logparser.
So we built LeanSentry, a realtime diagnostic service for web applications on the Microsoft web platform …
Zombie websites get created whenever the root application of a website is removed, orphaning the rest of the application content in your website. Because IIS requires the root of the website to be an application, this effectively renders the website inaccessible: It cannot serve requests It does not show up in InetMgr It will likely … [Read more…]
What if someone automatically diagnosed every error in your IIS site? It would probably help you quickly fix all the lingering bugs in your apps … and make a lot of your users really happy. The hours you would save tracking down and figuring out that intermittent 500.19 error would probably make you really happy, … [Read more…]