Sign up for our newsletter and receive a free copy of our book .NET Web Application Logging Essentials
"What a great idea, ELMAH (Error Logging) for .NET in the cloud."
Validate your environment specific configuration
Ever struggled writing correct override values in an appsettings.production.json file? With elmah.io's tester, you can easily preview changes in an override file.
ASP.NET Core introduced a great replacement for the loved/hated web.config
file: appsettings.json
. While web.config
files are still around and used in many ASP.NET Core projects, the appsettings.json
file is much simpler and easier to write.
Alongside the appsettings.json
file, we also got a concept similar to Web.config transformations. By adding more files on the format appsettings.Environment.json
you can easily override settings based on which environment your code is currently running. These transformations or overrides are simpler than the transformations based on XDT. With large configuration files, it can sometimes be a bit tricky to overview the result of a transformation. With our Appsettings.json Transformation Tester, you simply input both files and we will show you the changes applied by your environment-specific file.
Here are some additional resources for helping you solve common problems:
We monitor your websites for crashes and availability. This helps you get an overview of the quality of your applications and to spot trends in your releases.
We notify you when errors starts happening using Slack, Microsoft Teams, mail or other forms of communication to help you react to errors before your users do.
We help you fix bugs quickly by combining error diagnostic information with innovative quick fixes and answers from Stack Overflow and social media.