[CLOSED] Store timeout onReadData

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1

    [CLOSED] Store timeout onReadData

    Hi All,

    I have a store:
        
    <ext:Store ID="myStore" runat="server" PageSize="10" ModelName="modelMyModel" 
         OnReadData="myStore_OnReadData" AutoLoad="False">
            <Proxy>
                <ext:PageProxy runat="server" Timeout="120000"/>
            </Proxy>
        </ext:Store>
    The problem: I always have a timeout after 30 seconds.
    Ext.Net: 2.5.2

    Is there any way to increase it?

    Thank you.
    Last edited by Daniil; Sep 02, 2014 at 1:07 PM. Reason: [CLOSED]
  2. #2
    I believe the 30 second timeout is imposed by the .NET framework. Searching the forums should uncover several posts discussing how to override within the Web.config.
    Geoffrey McGill
    Founder
  3. #3
    Thank you.

    I will check it.

Similar Threads

  1. [CLOSED] How can i set the timeout to a store in a user control?
    By JCarlosF in forum 2.x Legacy Premium Help
    Replies: 19
    Last Post: May 14, 2013, 2:24 AM
  2. [CLOSED] Timeout Store
    By osef in forum 2.x Legacy Premium Help
    Replies: 2
    Last Post: Feb 22, 2013, 1:42 AM
  3. [CLOSED] Store.OnReadData + Form data
    By aisi_it_admin in forum 2.x Legacy Premium Help
    Replies: 1
    Last Post: Oct 15, 2012, 7:10 AM
  4. [CLOSED] Store refresh issue
    By bossun in forum 2.x Legacy Premium Help
    Replies: 4
    Last Post: Aug 31, 2012, 1:23 PM
  5. Replies: 2
    Last Post: Jun 03, 2012, 4:18 PM

Tags for this Thread

Posting Permissions