mirror of
https://github.com/lempamo/Project-Unite.git
synced 2025-01-22 11:21:47 -05:00
Fix filesize.
This commit is contained in:
parent
946fc67bb9
commit
914b34b118
1 changed files with 7 additions and 1 deletions
|
@ -21,12 +21,18 @@
|
|||
<customErrors mode="Off" />
|
||||
<authentication mode="None" />
|
||||
<compilation debug="true" targetFramework="4.5.2" />
|
||||
<httpRuntime targetFramework="4.5.2" />
|
||||
<httpRuntime maxRequestLength="51200" targetFramework="4.5.2" />
|
||||
<httpModules>
|
||||
<add name="ApplicationInsightsWebTracking" type="Microsoft.ApplicationInsights.Web.ApplicationInsightsHttpModule, Microsoft.AI.Web" />
|
||||
</httpModules>
|
||||
</system.web>
|
||||
<system.webServer>
|
||||
<security>
|
||||
<requestFiltering>
|
||||
<requestLimits maxAllowedContentLength="52428800" />
|
||||
<!--50MB-->
|
||||
</requestFiltering>
|
||||
</security>
|
||||
<modules>
|
||||
<remove name="FormsAuthentication" />
|
||||
<remove name="ApplicationInsightsWebTracking" />
|
||||
|
|
Loading…
Reference in a new issue