HttpRuntimeSection.MaxRequestLength Property
Gets or sets the maximum request size.
Namespace: System.Web.Configuration
Assembly: System.Web (in System.Web.dll)
[IntegerValidatorAttribute(MinValue = )] [ConfigurationPropertyAttribute("maxRequestLength", DefaultValue = )] public int MaxRequestLength { get; set; }
Property Value
Type: System.Int32The maximum request size in kilobytes. The default size is 4096 KB (4 MB).
| Exception | Condition |
|---|---|
| ConfigurationErrorsException | The selected value is less than RequestLengthDiskThreshold. |
The MaxRequestLength property specifies the limit for the buffering threshold of the input stream. For example, this limit can be used to prevent denial of service attacks that are caused by users who post large files to the server.
The value assigned to this property should be greater or equal to value assigned to the RequestLengthDiskThreshold property.
| Topic | Location |
|---|---|
| How to: Upload Files with the FileUpload Web Server Control | Building ASP .NET Web Applications |
| How to: Upload Files with the FileUpload Web Server Control | Building ASP .NET Web Applications |
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.