Copied to clipboard

Flag this post as spam?

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


  • Jeremy Tucker 4 posts 24 karma points
    Mar 09, 2012 @ 22:19
    Jeremy Tucker
    0

    Request timeout when installing uBlogsy on Azure

    Hey everyone-  I've got Umbraco installed and so far its been wonderful, however Im stuck on installing uBlogsy.  I've done it both from the Install Packages page and uploading the package from my local machine and no matter what I get the below error. I updated my web.config with this: <httpRuntime requestValidationMode="2.0" executionTimeout="30" maxRequestLength="102500" />  Im running Umbraco 4.7.1.1 on Azure.  Any advice as to what I might be missing?

     

    Server Error in '/' Application.

    Request timed out.

    Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

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

    Source Error:

    An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.

    Stack Trace:

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


    Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.272
  • Jan Skovgaard 11280 posts 23678 karma points MVP 10x admin c-trib
    Mar 10, 2012 @ 09:32
    Jan Skovgaard
    0

    Hi Jeremy and welcome to our :)

    I think you should try setting the timeout period to 1800, which is 0.5 hours instead of 30 seconds. Just to see if it's because the timeout is too short.

    Hope this helps.

    /Jan

  • Jeremy Tucker 4 posts 24 karma points
    Mar 13, 2012 @ 21:14
    Jeremy Tucker
    0

    Thank you Jan, that seemed to do the trick!

Please Sign in or register to post replies

Write your reply to:

Draft