HttpRuntimeSection.MaxQueryStringLength Property (System.Web.Configuration) (2024)

Table of Contents
Remarks Applies to

Important

Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.

Gets or sets the maximum possible length, in number of characters, of a query string in an HTTP request.

public: property int MaxQueryStringLength { int get(); void set(int value); };
[System.Configuration.ConfigurationProperty("maxQueryStringLength", DefaultValue=2048)][System.Configuration.IntegerValidator(MinValue=0)]public int MaxQueryStringLength { get; set; }
[<System.Configuration.ConfigurationProperty("maxQueryStringLength", DefaultValue=2048)>][<System.Configuration.IntegerValidator(MinValue=0)>]member this.MaxQueryStringLength : int with get, set
Public Property MaxQueryStringLength As Integer

Property Value

The maximum length of the query string, in number of characters. The default is 2048.

Attributes

Remarks

The value of the MaxQueryStringLength property can be any integer, zero or greater. If the length of a query string exceeds the size limit, ASP.NET returns an HTTP 400 (Bad Request) status code.

Note

Extremely small values can make a web site unusable.

You can set this value in a configuration file by setting the maxQueryStringLength attribute of the httpRuntime element. For more information, see httpRuntime Element (ASP.NET Settings Schema).

Note

There is also an IIS setting that controls query string length. See the maxQueryString attribute in Request Limits <requestLimits>.

Applies to

HttpRuntimeSection.MaxQueryStringLength Property (System.Web.Configuration) (2024)
Top Articles
Latest Posts
Article information

Author: Corie Satterfield

Last Updated:

Views: 5881

Rating: 4.1 / 5 (42 voted)

Reviews: 81% of readers found this page helpful

Author information

Name: Corie Satterfield

Birthday: 1992-08-19

Address: 850 Benjamin Bridge, Dickinsonchester, CO 68572-0542

Phone: +26813599986666

Job: Sales Manager

Hobby: Table tennis, Soapmaking, Flower arranging, amateur radio, Rock climbing, scrapbook, Horseback riding

Introduction: My name is Corie Satterfield, I am a fancy, perfect, spotless, quaint, fantastic, funny, lucky person who loves writing and wants to share my knowledge and understanding with you.