Update: Max Request Length 20MB

Increase from default (4MB)
This commit is contained in:
Gary Sharp
2013-11-12 12:20:17 +11:00
parent 404d5c9120
commit 9ac487e7e0
+1 -1
View File
@@ -22,7 +22,7 @@
<add assembly="System.Runtime, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" /> <add assembly="System.Runtime, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
</assemblies> </assemblies>
</compilation> </compilation>
<httpRuntime targetFramework="4.5" /> <httpRuntime targetFramework="4.5" maxRequestLength="20480" />
<authentication mode="Windows" /> <authentication mode="Windows" />
<customErrors mode="On" /> <customErrors mode="On" />
<pages controlRenderingCompatibilityVersion="4.0"> <pages controlRenderingCompatibilityVersion="4.0">