Guest User

Untitled

a guest
Jul 18th, 2018
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.86 KB | None | 0 0
  1. <binding name="wsHttpWithTrans" transactionFlow="True" messageEncoding="Mtom" maxReceivedMessageSize="65536000" maxBufferPoolSize="124288000">
  2. <readerQuotas maxDepth="32" maxStringContentLength="819200" maxArrayLength="16384000" maxBytesPerRead="4096" maxNameTableCharCount="16384" />
  3. <security mode="None">
  4. <transport clientCredentialType="Windows" proxyCredentialType="None" realm="" />
  5. <message clientCredentialType="Windows" negotiateServiceCredential="true" algorithmSuite="Default" establishSecurityContext="true" />
  6. </security>
  7. </binding>
  8.  
  9. <configuration>
  10. <system.web>
  11. <httpRuntime maxRequestLength="124288000" />
  12. </system.web>
  13. </configuration>
  14.  
  15. <system.webServer>
  16. <security>
  17. <requestFiltering>
  18. <requestLimits maxAllowedContentLength="204800000" />
  19. </requestFiltering>
  20. </security>
  21. </system.webServer>
Add Comment
Please, Sign In to add comment