Skip to content

Commit

Permalink
disabing custom errors
Browse files Browse the repository at this point in the history
  • Loading branch information
NotMyself committed Mar 11, 2012
1 parent 7d72f9c commit 741a8f8
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/Web/Web.config
Expand Up @@ -12,6 +12,7 @@
</appSettings>

<system.web>
<customErrors mode="Off" />
<compilation debug="true" targetFramework="4.0">
<assemblies>
<add assembly="System.Web.Abstractions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" />
Expand All @@ -22,10 +23,6 @@
</assemblies>
</compilation>

<authentication mode="Forms">
<forms loginUrl="~/Account/LogOn" timeout="2880" />
</authentication>

<pages>
<namespaces>
<add namespace="System.Web.Helpers" />
Expand Down

0 comments on commit 741a8f8

Please sign in to comment.