gawd damnit

This commit is contained in:
Michael 2017-05-28 14:42:55 -04:00
parent c629251ecd
commit 4dd3955330

View file

@ -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>