Apr 5, 2013

What is the Maximum possibility length of Request Query string in ASP.Net?

4/05/2013 12:02:00 AM




It can be managed in web configure using “System. Web” properties. I will mention some of below items .

 <httpRuntime  maxQueryStringLength="1500" />
 
 <httpRuntime  maxRequestLength="1500" maxUrlLength="1500" />
 
-          And also depends upon the browser capabilities.

-          2006-10-13: Although the specification of the HTTP protocol does not specify any maximum length, practical limits are imposed by web browser and server software

-          Microsoft Internet Explorer (Browser) -2,083 character but we can used only 2,048 character other character can’t consider Http protocol they can provide clear error message.

-          Firebox (Browser) -  65,536 characters

-          Safari (Browser) -80,000

-          Opera (Browser) -At least 190,000

Samples:
It can be used “?” end of Url and start with u query string name and value,
field1=value1&field2=value2&field3=value3...

Written by

We are Creative Blogger Theme Wavers which provides user friendly, effective and easy to use themes. Each support has free and providing HD support screen casting.

0 comments:

Post a Comment

Recent Posts
Popular Articles

 

© 2013 MUNISH ORACLE DBA& .Net Developer. All rights resevered. Designed by Templateism

Back To Top