U4-8457 Ensure <MacroErrors> default is updated from legacy inline setting to newer throw setting

#U4-8457 Fixed
This commit is contained in:
Sebastiaan Janssen
2016-08-02 14:36:18 +02:00
parent 08b3b635b4
commit 080da771ff

View File

@@ -48,7 +48,7 @@
- throw - Throw an exception which can be caught by the global error handler defined in Application_OnError. If no such
error handler is defined then you'll see the Yellow Screen Of Death (YSOD) error page.
Note the error can also be handled by the umbraco.macro.Error event, where you can log/alarm with your own code and change the behaviour per event. -->
<MacroErrors>inline</MacroErrors>
<MacroErrors>throw</MacroErrors>
<!-- These file types will not be allowed to be uploaded via the upload control for media and content -->
<disallowedUploadFiles>ashx,aspx,ascx,config,cshtml,vbhtml,asmx,air,axd,swf,xml,html,htm,svg,php,htaccess</disallowedUploadFiles>