VS 2015, .Net Framework 4.5.1, local IISExpress and Azure Web App
Attempting to follow self healing config settings from: https://azure.microsoft.com/en-us/blog/auto-healing-windows-azure-web-sites/
Error: The element 'system.webServer' has invalid child element 'monitoring'
The app compiles but fails at runtime both when run locally in VS2015 and when deployed to azure web app.
I have also tried to include this Auto-Healing feature in my web app and I also got an internal server error when including this in my web.config and run locally.
However in my azure publication I have modified the web.config (using kudu) and restarted my web app with no errors.
Mine is an Stardard app service plan
For now I have no verified if this trigger has some effect
hope this helps !