diff options
| author | Michael <[email protected]> | 2017-05-28 14:42:55 -0400 |
|---|---|---|
| committer | Michael <[email protected]> | 2017-05-28 14:42:55 -0400 |
| commit | 4dd39553303c33c9f02b13167971ea50af555614 (patch) | |
| tree | a5a66b82f0548e10ce96d59e14deaf16b74badf3 | |
| parent | c629251ecdd5de785dfa9490078e4c3f3d92c167 (diff) | |
| download | project-unite-4dd39553303c33c9f02b13167971ea50af555614.tar.gz project-unite-4dd39553303c33c9f02b13167971ea50af555614.tar.bz2 project-unite-4dd39553303c33c9f02b13167971ea50af555614.zip | |
gawd damnit
| -rw-r--r-- | Project-Unite/Web.config | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Project-Unite/Web.config b/Project-Unite/Web.config index 834b96a..ab7e889 100644 --- a/Project-Unite/Web.config +++ b/Project-Unite/Web.config @@ -21,7 +21,7 @@ <customErrors mode="Off" /> <authentication mode="None" /> <compilation debug="true" targetFramework="4.5.2" /> - <httpRuntime maxRequestLength="51200" targetFramework="4.5.2" /> + <httpRuntime maxRequestLength="204800" targetFramework="4.5.2" /> <httpModules> <add name="ApplicationInsightsWebTracking" type="Microsoft.ApplicationInsights.Web.ApplicationInsightsHttpModule, Microsoft.AI.Web" /> </httpModules> @@ -29,7 +29,7 @@ <system.webServer> <security> <requestFiltering> - <requestLimits maxAllowedContentLength="52428800" /> + <requestLimits maxAllowedContentLength="209715200" /> <!--50MB--> </requestFiltering> </security> |
