Update: Max Request Length 20MB
Increase from default (4MB)
This commit is contained in:
@@ -22,7 +22,7 @@
|
||||
<add assembly="System.Runtime, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
|
||||
</assemblies>
|
||||
</compilation>
|
||||
<httpRuntime targetFramework="4.5" />
|
||||
<httpRuntime targetFramework="4.5" maxRequestLength="20480" />
|
||||
<authentication mode="Windows" />
|
||||
<customErrors mode="On" />
|
||||
<pages controlRenderingCompatibilityVersion="4.0">
|
||||
|
||||
Reference in New Issue
Block a user