Description:
ISSUE
ASP page returns the following error:
500 Internal Server Error
DETAILS
The error has been seen in the following instances:
Response object error 'ASP 0251 : 80004005' Response Buffer Limit Exceeded /sa_client_index.asp, line 0
Execution of the ASP page caused the Response Buffer to exceed its configured limit.
NOTE: This error can be seen on any ASP page. Running the steps below on the server in question will also resolve the issue.
The following doc shows how to increase the ASP limits:
https://docs.microsoft.com/en-us/iis/configuration/system.webServer/asp/limits#004
To resolve this issue, follow these steps:
Open Internet Information Services (IIS) Manager:
If you are using Windows Server 2012 or Windows Server 2012 R2:
On the taskbar, click Server Manager, click Tools, and then click Internet Information Services (IIS) Manager.In the Connections pane, highlight the name of your server.
In the server's Home pane, double-click ASP.
In the ASP pane, expand the Limits Properties section, configure your desired settings, then click Apply in the Actions pane.
In this specific case, the specific property that you want to increase is the one called:
Response Buffering Limit
The default value of this is 4194304
Let's increase this limit up to:
8388608
Go back to Start - Run, and type in iisreset /start