#16919: Setting customErrors to 'RemoteOnly'

--HG--
branch : dev
This commit is contained in:
Dave Reed
2010-12-06 11:27:54 -08:00
parent 8a9b41a3be
commit c5fdb792b6
2 changed files with 2 additions and 2 deletions

View File

@@ -86,7 +86,7 @@
it enables developers to configure html error pages
to be displayed in place of a error stack trace.
-->
<customErrors mode="Off"/>
<customErrors mode="RemoteOnly"/>
<pages controlRenderingCompatibilityVersion="3.5" clientIDMode="AutoID">
<namespaces>
<add namespace="System.Web.Mvc"/>

View File

@@ -96,7 +96,7 @@
it enables developers to configure html error pages
to be displayed in place of a error stack trace.
-->
<customErrors mode="Off" />
<customErrors mode="RemoteOnly" />
<pages controlRenderingCompatibilityVersion="3.5" clientIDMode="AutoID">
<namespaces>
<add namespace="System.Web.Mvc"/>