When users attempt to upload large files, the following error may be displayed:
-
HTTP Error 404.13 - CONTENT_LENGTH_TOO_LARGE
This error may be displayed in an IIS environment when users attempt to upload files that exceed the value configured for the maxAllowedContentLength setting in the Web.config files of the Web and Application Servers. This setting is provided in bytes, and it is commented out by default. For steps to update the setting in both the Web and Application Servers' Web.config files, see maxAllowedContentLength.