Copied to clipboard

Flag this post as spam?

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


  • Eran Meir 401 posts 543 karma points
    Jun 23, 2011 @ 14:05
    Eran Meir
    0

    Request timed out

    Installed a fresh umbraco 4.7 from the app galary with sql ce
    i tried to install uBlogsy 1.32 and i get 

    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.]

  • Anthony Dang 1404 posts 2558 karma points MVP 3x c-trib
    Jun 23, 2011 @ 16:38
    Anthony Dang
    0

    I assume you're installing from a local package zip that you downloaded from "our"? 

    I did a test just now and it works fine for me.

    Are you doing it locally or on a server?

     

  • Richard 146 posts 168 karma points
    Jun 23, 2011 @ 17:48
    Richard
    0

    If there is a valid reason for the slow download, then you can increase the time out by adding the following to the web.config.

     

       ...
    </appSettings>

    ...

    <system.web>
    <!-- executionTimeout in seconds, maxRequestLength in kb default is 4096 (4MB) -->
    <httpRuntime executionTimeout="30" maxRequestLength="102500"/>
  • Eran Meir 401 posts 543 karma points
    Jun 23, 2011 @ 17:54
    Eran Meir
    0

    i installed it on my local iis7 server with a local package.

  • Anthony Dang 1404 posts 2558 karma points MVP 3x c-trib
    Jun 24, 2011 @ 10:18
    Anthony Dang
    0

    That is very strange.

    Have you tried another version or another package?

     

Please Sign in or register to post replies

Write your reply to:

Draft