Copied to clipboard

Flag this post as spam?

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


  • Vrushank 11 posts 61 karma points
    Mar 25, 2015 @ 12:06
    Vrushank
    0

    App Pool stops while uploading Image in media

    Hi All,

    I am using Umbraco 6.0.5 for my website.

    When I am trying upload images in media application pool stops.

    It gives 503 Service Unavailable.

    Can any one help?

    Thanks in advance.

    Regards,

    Vrushank

  • Jeroen Breuer 4908 posts 12265 karma points MVP 4x admin c-trib
    Mar 25, 2015 @ 12:12
    Jeroen Breuer
    0

    Hello,

    The file is probably bigger than 4 mb. Try setting the maxRequestLength to a bigger size in the web.config.

    For example:

    <httpRuntime requestValidationMode="2.0" maxRequestLength="200000" executionTimeout="10800" />

    Jeroen

  • Jeroen Breuer 4908 posts 12265 karma points MVP 4x admin c-trib
    Mar 25, 2015 @ 12:35
    Jeroen Breuer
    0

    Sorry I don't really understand what you mean. By default the maxRequestLength isn't in the web.config which means it's set to 4mb. By adding it in the web.config you can change the file size to a bigger size. For example 200000 is 200mb.

    Jeroen

  • Rik Helsen 670 posts 873 karma points
    Jun 24, 2015 @ 11:44
    Rik Helsen
    0

    Check the eventlog of your IIS server, you should find more information about why the app pool stopped.

    Could be rapidfailure protection, but then you'd need to see errors in the eventlog.

Please Sign in or register to post replies

Write your reply to:

Draft