ASP Response Buffer Limit Exceeded
search cancel

ASP Response Buffer Limit Exceeded

book

Article ID: 49084

calendar_today

Updated On: 04-30-2025

Products

CA Infrastructure Performance Network Flow Analysis Network Observability

Issue/Introduction

ASP page returns the following error:

500 Internal Server Error

  • Removing the "Friendly Error" checkbox from your Web Browser's Options allows detailed error messages to appear:

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.

  • In NFA when adding Interface Filters to Custom Reports

NOTE: This error can be seen on any ASP page. 

 

Environment

NFA All versions

Cause

The following doc shows how to increase the ASP limits:

https://docs.microsoft.com/en-us/iis/configuration/system.webServer/asp/limits#004

Resolution

To resolve this issue, follow these steps:

  • How to configure the ASP cache settings for a server

    Open Internet Information Services (IIS) Manager:

    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