Problem when caching page in the browser

  1. #1

    Problem when caching page in the browser

    Hello all,

    I am currently developing a web application (I use ASP.Net,
    MVC web application and coollite ExtJs).

    In the application, I stored the pages (aspx) in the browser cache for
    maximize throughput and increase speed of loading pages.

    When loading the page the first time from the server, the browser shows normally the page
    When loading the page from the cache, an error message that appears.
    Here is the message:

    *****
    The web.config file for this project is missing the required AjaxRequestModule.
    
    example
    
    <system.web>
       <httpModules>
         <add name = "AjaxRequestModule" type = "Coolite.Ext.Web.AjaxRequestModule,
    Coolite.Ext.Web "/>
       </ httpModules>
    </ system.web>
    ****
    Can someone help me please to solve this problem. Is there any option in ScriptManager to programmaticlly stop this windows?

    Thank you for your help
    Last edited by Daniil; Jun 28, 2011 at 10:45 PM. Reason: Please use [CODE] tags

Similar Threads

  1. [CLOSED] Ext.select caching problem
    By fpw2377 in forum 1.x Legacy Premium Help
    Replies: 6
    Last Post: Jul 12, 2012, 10:43 AM
  2. Page doesn't display on Safari browser
    By fac in forum 1.x Help
    Replies: 8
    Last Post: Jan 07, 2012, 9:56 AM
  3. Replies: 1
    Last Post: Aug 12, 2011, 1:35 PM
  4. [CLOSED] TableLayout cross browser problem
    By kenanhancer in forum 1.x Legacy Premium Help
    Replies: 4
    Last Post: Jan 13, 2011, 10:24 AM
  5. [CLOSED] RowLayout and ColumnLayout Browser render problem
    By kenanhancer in forum 1.x Legacy Premium Help
    Replies: 21
    Last Post: Jan 10, 2011, 7:20 PM

Tags for this Thread

Posting Permissions