Copied to clipboard

Flag this post as spam?

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


  • Morten Bormeth 3 posts 32 karma points
    Jan 20, 2015 @ 19:03
    Morten Bormeth
    0

    Timeout when installing

    Hey :) I just did a fresh installation of Umbraco(7.2.1) using .net 4.5

    The installation keeps failing due to a timeout. Tried using the local package aswell. Hope someone can guide me to a solution. :)

    ERROR

    Server Error in '/' Application.

    Request timed out.

    Exception Details: System.Web.HttpException: Request timed out.

    Stack Trace:

    [HttpException (0x80004005): Request timed out.]

    Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.34212

  • Dennis Aaen 4499 posts 18254 karma points admin hq c-trib
    Jan 20, 2015 @ 19:21
    Dennis Aaen
    100

    Hi Morten and welcome to our,

    Sad to hear you are having trouble installing the package to Umbraco. What you could try is to add a timeout in your webconfig file, in the example here I set the timeout to 300 sec.

    <configuration>
        <system.web>
            <httpRuntime executionTimeout="300" />
        </system.web>
    </configuration>

    If you go to the /App_Data/Logs in your Umbraco file system, in there Umbraco will write the log files.

    Try open it up, and seach the file for if anything is marked with ERROR, perhaps it can give you some more information about why you´re getting the timeout.

    EDIT: I have edit my replay, I thought it was for general Umbraco installation and I just see it´s when you install the Dialogue package

    Hope this helps,

    /Dennis

  • Morten Bormeth 3 posts 32 karma points
    Jan 20, 2015 @ 19:47
    Morten Bormeth
    0

    Thx m8! :D That worked!!!! What timeout should i set as default? :)

  • Dennis Aaen 4499 posts 18254 karma points admin hq c-trib
    Jan 20, 2015 @ 19:53
    Dennis Aaen
    0

    Hi Morten,

    Great to hear that you got it worked.

    The information I have find about this, is that the default timeout value is set to 110 seconds.

    Happy Umbraco coding :-)

    /Dennis

  • Morten Bormeth 3 posts 32 karma points
    Jan 20, 2015 @ 19:56
    Morten Bormeth
    0

    Thx Dennis for all your help! :D Now i can get started. Kinda new to Umbraco, but not to .net :)

  • Dennis Aaen 4499 posts 18254 karma points admin hq c-trib
    Jan 20, 2015 @ 20:01
    Dennis Aaen
    0

    Hi Morten,

    You're welcome, glad that I could help you through the problems, so the fun can starts. If you have any other questions about Umbraco do not hesitate to create a new topic on the forum. We are friendly people who just try help each other. No questions are to small.

    /Dennis

Please Sign in or register to post replies

Write your reply to:

Draft