Thursday, April 5, 2012

How to sovle "execution of the asp page caused the response buffer to exceed its configured limit." in Classic ASP

Solution#1:
Put this line on the top of page
<%Response.Buffer = False%>


Solution#2:
Limit your record number from database