summaryrefslogtreecommitdiffstats
path: root/projecttemplates
diff options
context:
space:
mode:
authorAndrew Arnott <andrewarnott@gmail.com>2009-11-16 21:10:18 -0800
committerAndrew Arnott <andrewarnott@gmail.com>2009-11-16 21:10:18 -0800
commit828e5bb715ff3ec81e79840a1cb7835bce81120e (patch)
treeac9b43578d0806b178ac978f9a60ea7ee14e103f /projecttemplates
parent2104fa92f0751189b53a5ba9105a52c01fa8a36e (diff)
downloadDotNetOpenAuth-828e5bb715ff3ec81e79840a1cb7835bce81120e.zip
DotNetOpenAuth-828e5bb715ff3ec81e79840a1cb7835bce81120e.tar.gz
DotNetOpenAuth-828e5bb715ff3ec81e79840a1cb7835bce81120e.tar.bz2
Uncommented customErrors config setting.
Diffstat (limited to 'projecttemplates')
-rw-r--r--projecttemplates/WebFormsRelyingParty/Web.config8
1 files changed, 2 insertions, 6 deletions
diff --git a/projecttemplates/WebFormsRelyingParty/Web.config b/projecttemplates/WebFormsRelyingParty/Web.config
index abaeb07..0861893 100644
--- a/projecttemplates/WebFormsRelyingParty/Web.config
+++ b/projecttemplates/WebFormsRelyingParty/Web.config
@@ -109,12 +109,8 @@
during the execution of a request. Specifically,
it enables developers to configure html error pages
to be displayed in place of a error stack trace.
-
- <customErrors mode="RemoteOnly" defaultRedirect="GenericErrorPage.htm">
- <error statusCode="403" redirect="NoAccess.htm" />
- <error statusCode="404" redirect="FileNotFound.htm" />
- </customErrors>
- -->
+ -->
+ <customErrors mode="RemoteOnly" />
<pages>
<controls>
<add tagPrefix="asp" namespace="System.Web.UI" assembly="System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" />