duhongyu 4 lat temu
rodzic
commit
6f82d5708c

+ 6 - 0
CallCenterApi/CallCenterApi.Interface/CallCenterApi.Interface/Web.config

85
       <add name="ApplicationInsightsWebTracking" type="Microsoft.ApplicationInsights.Web.ApplicationInsightsHttpModule, Microsoft.AI.Web"
85
       <add name="ApplicationInsightsWebTracking" type="Microsoft.ApplicationInsights.Web.ApplicationInsightsHttpModule, Microsoft.AI.Web"
86
         preCondition="managedHandler"/>
86
         preCondition="managedHandler"/>
87
     </modules>
87
     </modules>
88
+    <security>
89
+      <requestFiltering>
90
+        <requestLimits maxAllowedContentLength="2147483647"></requestLimits>
91
+      </requestFiltering>
92
+
93
+    </security>
88
   </system.webServer>
94
   </system.webServer>
89
   <applicationSettings>
95
   <applicationSettings>
90
     <CallCenterApi.Interface.Properties.Settings>
96
     <CallCenterApi.Interface.Properties.Settings>