/RSS_post_feed.asp exceeds buffer limit.
Printed From: Web Wiz Forums
Category: Web Wiz Web App Support Forums
Forum Name: Web Wiz Forums
Forum Description: Support forum for Web Wiz Forums application.
URL: https://forums.webwiz.net/forum_posts.asp?TID=27968
Printed Date: 02 April 2026 at 8:05am Software Version: Web Wiz Forums 12.08 - https://www.webwizforums.com
Topic: /RSS_post_feed.asp exceeds buffer limit.
Posted By: mysavings.com
Subject: /RSS_post_feed.asp exceeds buffer limit.
Date Posted: 23 October 2009 at 2:13pm
I've been getting this error:
/RSS_post_feed.asp
Response Buffer Limit Exceeded ASP Desc: Execution of the ASP page caused the Response Buffer to exceed its configured limit.
I imagine that there are just too many posts to be returned?
What is the best way to resolve this issue? file:///C:%5CDOCUME%7E1%5CJeremy%5CLOCALS%7E1%5CTemp%5Cmsohtmlclip1%5C01%5Cclip_colorschememapping.xml" rel="nofollow -
|
Replies:
Posted By: WebWiz-Bruce
Date Posted: 23 October 2009 at 4:18pm
You would need to limit the amount of data as the ASP response object has hit it's 100KB limit.
The 100KB limit can be increased on the server but it depends on what server OS you use to how you would go about doing this.
------------- https://www.webwiz.net/web-wiz-forums/forum-hosting.htm" rel="nofollow - Web Wiz Forums Hosting https://www.webwiz.net/web-hosting/windows-web-hosting.htm" rel="nofollow - ASP.NET Web Hosting
|
Posted By: mysavings.com
Date Posted: 23 October 2009 at 4:21pm
|
Is there a way to limit it in the source code or in the admin instead of on the server?
|
Posted By: WebWiz-Bruce
Date Posted: 26 October 2009 at 12:00pm
Changes have been made to the next release to limit the number of posts shown in the RSS Feed.
------------- https://www.webwiz.net/web-wiz-forums/forum-hosting.htm" rel="nofollow - Web Wiz Forums Hosting https://www.webwiz.net/web-hosting/windows-web-hosting.htm" rel="nofollow - ASP.NET Web Hosting
|
Posted By: mysavings.com
Date Posted: 26 October 2009 at 2:53pm
|
If it's an easy change, and you wouldn't mind sharing, I'd love to implement it now. Perhaps it's just a top 150 statement in the SQL?
|
Posted By: WebWiz-Bruce
Date Posted: 26 October 2009 at 3:55pm
Yes if you are using SQL Server adding a TOP 150 after the SELECT in the SQL Query will limit the returned records.
Unfortunately the changes we made were a little more complex than that due to support for the various different databases.
------------- https://www.webwiz.net/web-wiz-forums/forum-hosting.htm" rel="nofollow - Web Wiz Forums Hosting https://www.webwiz.net/web-hosting/windows-web-hosting.htm" rel="nofollow - ASP.NET Web Hosting
|
|