Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Ravi Motha 290 posts 500 karma points MVP 8x c-trib
    Jun 27, 2012 @ 17:09
    Ravi Motha
    0

    increase in media size problem

    Hi  I am just in the process of trying to increase the media file size: 

     

    I have updated my web.config  and added

      <location path="umbraco" allowOverride="true">
        <system.web>
          <uploadRuntime useHttpModule="true" />
          <httpRuntime executionTimeout="99999" maxRequestLength="40000000" />
        </system.web>
      </location>

    and 

      <security>
          <requestFiltering>
                <requestLimits maxAllowedContentLength="40000000" />
          </requestFiltering>
     </security>

    this is suggested ina  couple of posts, however I am getting the following:

     

     

    which would indicate accordign to the microsft IIS update that it was hitting the max fize of the IIS (default is 30, but I have pushed that also), see the setting above

    I've also double checked my permissions,

     I've made sure the network service is good etc.

     

    any thoughts as to why and how to fix this would be super useful

    Ravi

  • Ravi Motha 290 posts 500 karma points MVP 8x c-trib
    Jun 28, 2012 @ 12:16
    Ravi Motha
    0

    futzed around, and got it working, I think some of the values were too high so it used defualt.. 

Please Sign in or register to post replies

Write your reply to:

Draft