Friday, 15 June 2012

c# - Increasing QueryString max length -



c# - Increasing QueryString max length -

this question has reply here:

what maximum possible length of query string? 4 answers

i have querystring around 2500 characters long, on default 2048 limit.

now i've changed settings in web.config suggested:

<httpruntime targetframework="4.5" maxquerystringlength="204800" maxurllength="409600"/>

still comes error string long.

i've changed settings in iis6 -> request filetering -> query strings -> edit feature settings same values , still no joy.

the browser ie11.

can maxquerystringlength changed?

unfortunately cannot limit amount of text in query string not option.

it not possible alter query string length of browser.

the limitation in next question on so what maximum possible length of query string?

c# asp.net iis query-string

No comments:

Post a Comment