mirror of
https://github.com/lempamo/Project-Unite.git
synced 2025-01-22 17:22:15 +00:00
gawd damnit
This commit is contained in:
parent
c629251ecd
commit
4dd3955330
1 changed files with 2 additions and 2 deletions
|
@ -21,7 +21,7 @@
|
||||||
<customErrors mode="Off" />
|
<customErrors mode="Off" />
|
||||||
<authentication mode="None" />
|
<authentication mode="None" />
|
||||||
<compilation debug="true" targetFramework="4.5.2" />
|
<compilation debug="true" targetFramework="4.5.2" />
|
||||||
<httpRuntime maxRequestLength="51200" targetFramework="4.5.2" />
|
<httpRuntime maxRequestLength="204800" targetFramework="4.5.2" />
|
||||||
<httpModules>
|
<httpModules>
|
||||||
<add name="ApplicationInsightsWebTracking" type="Microsoft.ApplicationInsights.Web.ApplicationInsightsHttpModule, Microsoft.AI.Web" />
|
<add name="ApplicationInsightsWebTracking" type="Microsoft.ApplicationInsights.Web.ApplicationInsightsHttpModule, Microsoft.AI.Web" />
|
||||||
</httpModules>
|
</httpModules>
|
||||||
|
@ -29,7 +29,7 @@
|
||||||
<system.webServer>
|
<system.webServer>
|
||||||
<security>
|
<security>
|
||||||
<requestFiltering>
|
<requestFiltering>
|
||||||
<requestLimits maxAllowedContentLength="52428800" />
|
<requestLimits maxAllowedContentLength="209715200" />
|
||||||
<!--50MB-->
|
<!--50MB-->
|
||||||
</requestFiltering>
|
</requestFiltering>
|
||||||
</security>
|
</security>
|
||||||
|
|
Loading…
Reference in a new issue