Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
visakh16
Very Important crosS Applying yaK Herder
52326 Posts |
Posted - 2010-08-08 : 05:17:01
|
I'm getting while trying to access forums. the error is
Response object error 'ASP 0251 : 80004005'
Response Buffer Limit Exceeded
/forums/active.asp, line 0
Execution of the ASP page caused the Response Buffer to exceed its configured limit.
------------------------------------------------------------------------------------------------------ SQL Server MVP http://visakhm.blogspot.com/
|
|
khtan
In (Som, Ni, Yak)
17689 Posts |
Posted - 2010-08-08 : 05:36:53
|
you should visit more often 
KH [spoiler]Time is always against us[/spoiler] |
 |
|
slimt_slimt
Aged Yak Warrior
746 Posts |
Posted - 2010-08-08 : 08:59:13
|
error is usually the case when a query is loading data in one of the website's webparts or website's objects.
a refresh and|or waitfor delay 00:00:10 might do the trick :) |
 |
|
|
|
|