Skip to content
This repository has been archived by the owner on Sep 26, 2021. It is now read-only.

Commit

Permalink
Increase max request length.
Browse files Browse the repository at this point in the history
  • Loading branch information
JeremySkinner committed Jul 7, 2010
1 parent f08c91f commit 184fd87
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions GitAspx/Web.config
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
<add assembly="System.Web.Mvc, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" />
</assemblies>
</compilation>
<httpRuntime executionTimeout="10000" maxRequestLength="1048576" />
<authentication mode="None">
<forms loginUrl="~/Account/LogOn" timeout="2880" />
</authentication>
Expand Down

0 comments on commit 184fd87

Please sign in to comment.