A few weeks have passed and while we are working on some major improvements that we are not quite ready to show yet, we’ve just released some goodies for you. Pimped install Installing elmah.io have always been piece of cake. Believe or not it just got easier. You ...
Once again we have been busy building the best cloud based error logger for you guys and girls. Here are the feature list: New dashboard A lot of you have suggested improvements for the dashboard. We have listened and provided you with a new and hopefully much better and informative ...
Time for another update on new elmah.io features. API A lot of you asked for it. Now it’s there! The new API makes it possible to integrate with elmah.io from your own code. We’ve published three examples on how to integrate with elmah.io at our ...
We just released a new version of elmah.io. We have been busy building the best cloud enabled error log for .NET web applications. Here are some of the new features: * A lot of you commented on the necessary URL when creating a new log. You now input a name ...
This article shows how Elasticsearch can be used as a logging backend for ELMAH. A basic knowledge about ELMAH is a prerequisite to reading this article. If you’re new to ELMAH, please read our ELMAH Tutorial. Elasticsearch So what’s Elasticsearch and why is it ideal for storing ELMAH ...
TOC There are a lot of articles trying to explain ELMAH out there, but most of them assume that you already know about ELMAH. This article is an attempt to explain how to get up and running with ELMAH in the simplest possible way. So let’s start by talking ...
TOC This article gives a comprehensive introduction to the MSBuild tool. MSBuild Basics .NET 2.0 introduced a new tool called MSBuild. MSBuild is primarily used to build .NET applications, but can be used for other types of applications as well. From Windows Vista, MSBuild is distributed with Windows itself, ...