The maxAllowedContentLength setting allows the Application Server to override an IIS security feature that prohibits requests over 30 million bytes (about 28.6 MB). This request filtering feature is enabled by default in IIS.
For uploads through the OnBase Web Client, the maxAllowedContentLength in the Application Server's Web.config file must be greater than the anticipated file size. See the Web Server module reference guide for more information.
This setting does not override the maxRequestLength setting, which applies only to the Web Server. If you increase the maxAllowedContentLength, you may also need to increase the maxRequestLength to accommodate larger files. The maxAllowedContentLength should exceed the maxRequestLength.
To allow users to upload files that exceed the default request limit, complete the following steps: