Ver Mensaje Individual
  #2 (permalink)  
Antiguo 16/02/2005, 10:03
Avatar de AlZuwaga
AlZuwaga
Colaborador
 
Fecha de Ingreso: febrero-2001
Ubicación: 34.517 S, 58.500 O
Mensajes: 14.550
Antigüedad: 24 años, 2 meses
Puntos: 535
Cita:
Response object error 'ASP 0251 : 80004005'
Response Buffer Limit Exceeded
Execution of the ASP page caused the Response Buffer to exceed its configured limit.

This means you tried to build a very, very, very large string or tried to write a whole lot of data using Response.Write. If you are returning data to the screen in a loop, make sure you put Response.Clear() somewhere in your iteration. And don't try to build an entire web page of data and store it in a single variable.
Es justo el último error (al final de la página) que se describe aquí: http://www.aspfaq.com/show.asp?id=2413
__________________
...___...