mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-15 03:25:23 +08:00
@@ -86,7 +86,7 @@
|
|||||||
it enables developers to configure html error pages
|
it enables developers to configure html error pages
|
||||||
to be displayed in place of a error stack trace.
|
to be displayed in place of a error stack trace.
|
||||||
-->
|
-->
|
||||||
<customErrors mode="Off"/>
|
<customErrors mode="RemoteOnly"/>
|
||||||
<pages controlRenderingCompatibilityVersion="3.5" clientIDMode="AutoID">
|
<pages controlRenderingCompatibilityVersion="3.5" clientIDMode="AutoID">
|
||||||
<namespaces>
|
<namespaces>
|
||||||
<add namespace="System.Web.Mvc"/>
|
<add namespace="System.Web.Mvc"/>
|
||||||
|
@@ -96,7 +96,7 @@
|
|||||||
it enables developers to configure html error pages
|
it enables developers to configure html error pages
|
||||||
to be displayed in place of a error stack trace.
|
to be displayed in place of a error stack trace.
|
||||||
-->
|
-->
|
||||||
<customErrors mode="Off" />
|
<customErrors mode="RemoteOnly" />
|
||||||
<pages controlRenderingCompatibilityVersion="3.5" clientIDMode="AutoID">
|
<pages controlRenderingCompatibilityVersion="3.5" clientIDMode="AutoID">
|
||||||
<namespaces>
|
<namespaces>
|
||||||
<add namespace="System.Web.Mvc"/>
|
<add namespace="System.Web.Mvc"/>
|
||||||
|
Reference in New Issue
Block a user