Results 1 to 4 of 4

Thread: execution of the asp page caused the response buffer to exceed its configured limit.

  1. #1
    Join Date
    Nov 2008
    Posts
    88

    execution of the asp page caused the response buffer to exceed its configured limit.

    I was creating some web reports for a remote site and I get this error when the number of records are returning more data.(above 3000 records)
    Response object, ASP 0251 (0x80004005)
    Execution of the ASP page caused the Response Buffer to exceed its configured limit.
    The page loads 3000+ rows of data to drop down menu. When I added Reponse.Flush() to the drop-down loop the page loaded fine, though it took several minutes to load the page, how do i can rectify this? Any body help me?

  2. #2
    Join Date
    Dec 2008
    Posts
    183

    Re: execution of the asp page caused the response buffer to exceed its configured limit.

    You need to Change the AspBufferingLimit setting in Metabase.xml to a larger size. The default value is 4194304, which is about 4 MB. it may be a good option to look into something other then the dropdown and or a method of reloading the drop down based on the user events. Change this to whatever limit is reasonable for the types of files your users will be attaching.

  3. #3
    Join Date
    Feb 2009
    Posts
    105

    Re: execution of the asp page caused the response buffer to exceed its configured limit.

    Open the IIS Manager on your Reporting Point. Double-click on the local computer and then drill down to and open the Default Web Site properties. Web listboxes are for small sets - several hundreds of items tops. For anything above that, it is better to find alternative ways like checking after submit (when acceptable) or data picker with popup/modal window or that XMLHTTP/AJAX thing. You do not need to stop IIS for the metabase.xml editing, but to make the Metabase.xml file write-able.

  4. #4
    Join Date
    Oct 2008
    Posts
    107

    Re: execution of the asp page caused the response buffer to exceed its configured limit.

    you need to go to the IIS control panel, right click the server, select properties, and check off the box that says “allow changes to MetaBase configuration while IIS is running. Select the Home Directory tab and click on the Configuration button and then the Options tab. In the Application Configuration section increase the Asp Script Timeout value to 180 sec. The default is 90.

Similar Threads

  1. Time limit advertising on home page of boxee box
    By AmardeepG in forum Portable Devices
    Replies: 6
    Last Post: 14-10-2011, 08:07 AM
  2. A malicious or malfunctioning add-on caused to close this web page
    By Gyusing in forum Technology & Internet
    Replies: 3
    Last Post: 10-02-2011, 03:55 PM
  3. Setting depth buffer (z buffer) size (16bit / 24bit)
    By NewComer in forum Monitor & Video Cards
    Replies: 4
    Last Post: 08-04-2010, 05:47 AM
  4. Explorer caused an invalid page fault in module Kernel32.dll
    By roshan45 in forum Operating Systems
    Replies: 5
    Last Post: 19-01-2010, 08:26 PM
  5. Sims has caused an invalid page fault in ~DF394B.TMP
    By roshan45 in forum Video Games
    Replies: 6
    Last Post: 09-01-2010, 08:47 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,751,803,508.47761 seconds with 16 queries