Click here to Skip to main content
15,891,567 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
<system.webserver>
<security>
<requestfiltering><requestlimits maxallowedcontentlength="262144000"> <!-- maxAllowedContentLength is in bytes. Defaults to 30,000,000 -->



What I have tried:

<system.webserver>
<security>
<requestfiltering><requestlimits maxallowedcontentlength="262144000"> <!-- maxAllowedContentLength is in bytes. Defaults to 30,000,000 -->

Posted
Updated 29-Jul-16 3:59am
Comments
ZurdoDev 29-Jul-16 7:54am    
What is your question? You have to change that setting. Easy peasy.

1 solution

Hi,

HTML
<configuration>
  <system.web>
    <httpruntime maxrequestlength="xxx" />
  </system.web>
</configuration>


the value should be in KB.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900