Skip to content

Commit

Permalink
Modified web.config
Browse files Browse the repository at this point in the history
  • Loading branch information
mitelinko committed Jan 8, 2013
1 parent 4ea553e commit 1f994f3
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Binary file modified AppHarbor.v11.suo
Binary file not shown.
2 changes: 1 addition & 1 deletion MvcApplication1/Views/Web.config
Expand Up @@ -25,7 +25,7 @@
</appSettings>

<system.web>
<customErrors mode="RemoteOnly" defaultRedirect="mycustompage.htm"/>
<customErrors mode="Off"/>
<httpHandlers>
<add path="*" verb="*" type="System.Web.HttpNotFoundHandler"/>
</httpHandlers>
Expand Down
2 changes: 1 addition & 1 deletion MvcApplication1/Web.config
Expand Up @@ -15,7 +15,7 @@
<add key="UnobtrusiveJavaScriptEnabled" value="true" />
</appSettings>
<system.web>
<customErrors mode="RemoteOnly" defaultRedirect="mycustompage.htm"/>
<customErrors mode="Off"/>
<compilation debug="true" targetFramework="4.5" />
<authentication mode="Forms">
<forms loginUrl="~/Account/LogOn" timeout="2880" />
Expand Down

0 comments on commit 1f994f3

Please sign in to comment.