Applied workaround for ASP.NET vulnerability.

This commit is contained in:
Dario Solera 2010-09-19 09:01:03 +00:00
parent c91d75223e
commit 770cc60d92
5 changed files with 19 additions and 2 deletions

View file

@ -49,6 +49,7 @@
or when rebuilding the search engine index or page links.
1 hour = 3600 seconds. -->
<httpRuntime executionTimeout="3600" maxRequestLength="20480"/>
<customErrors mode="On" defaultRedirect="~/Error.aspx" />
<pages enableViewState="true">
<controls>
<add assembly="Anthem" namespace="Anthem" tagPrefix="anthem"/>