Wednesday, August 11, 2010

Execution of the ASP page caused the Response Buffer to exceed its configured limit?

When i run asp file get this message how i can rectify this? Any body help me?Execution of the ASP page caused the Response Buffer to exceed its configured limit?
You can try these ways:


- add response.buffer = true on the top of your page


- edit the metabase.xml file, look for the AspBufferingLimit that normally is around 4194304 (bytes, that means 4Mb) and increase that value.


You do not need to stop IIS for the metabase.xml editing, but to make the Metabase.xml file write-able, you need to go to the IIS control panel, right click the server, select properties, and check off the box that says 鈥渁llow changes to MetaBase configuration while IIS is running';.





ciao!

No comments:

Post a Comment