I'm getting the following error; what can I do to fix it?
Error Message:
In IIS 6, "Response Buffer Limit Exceeded" as below:

|
0
|
|
|
|
|
0
|
Solution: Using IIS 6: If you get the above error when you click on an attachment, the attachment is larger than IIS is configured to allow. Change the AspBufferingLimit setting in Metabase.xml to a larger size. The default value is 4194304, which is about 4 MB. Change this to whatever limit is reasonable for the types of files your users will be attaching. This change does not require stopping IIS, 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 "allow changes to MetaBase configuration while IIS is running". Related: To upload very large files, you may need to increase the Post limit. |
||
|
|