You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<!-- X-Powered-By - Remove the HTTP header for added security and a slight performance increase. -->
22
+
<clear />
23
+
</customHeaders>
24
+
</httpProtocol>
25
+
<security>
26
+
<requestFiltering>
27
+
<!-- maxAllowedContentLength - Specifies the maximum length of content in a request, in bytes. The default value is 30000000 (~28.6 MB) and has
31
28
been reduced to 1048576 (1 MB). This setting is for IIS while the httpRuntime.maxRequestLength is
32
29
for ASP.NET, so you need to set both to the same value otherwise the smaller number wins (See http://stackoverflow.com/questions/6327452/which-gets-priority-maxrequestlength-or-maxallowedcontentlength). -->
33
-
<!-- maxQueryString - Specifies the maximum length of the query string, in bytes. The default value is 2048. This setting is for IIS while the
30
+
<!-- maxQueryString - Specifies the maximum length of the query string, in bytes. The default value is 2048. This setting is for IIS while the
34
31
httpRuntime.maxQueryStringLength is for ASP.NET, so you need to set up both to the same value. -->
35
-
<!-- maxUrl - Specifies maximum length of the URL, in bytes. The default value is 4096. This setting is for IIS while the
32
+
<!-- maxUrl - Specifies maximum length of the URL, in bytes. The default value is 4096. This setting is for IIS while the
36
33
httpRuntime.maxUrlLength is for ASP.NET, so you need to set both to the same value. -->
0 commit comments