How much data (Max K) can go into a QueryString?

Answers were Sorted based on User's Feedback



How much data (Max K) can go into a QueryString?..

Answer / guest

max of 255 characters

Is This Answer Correct ?    30 Yes 3 No

How much data (Max K) can go into a QueryString?..

Answer / usha

Servers should be cautious about depending on URI lengths
above 255 bytes, because some older client or proxy
implementations may not properly support these lengths.

The spec for URL length does not dictate a minimum or
maximum URL length, but implementation varies by browser. On
Windows: Opera supports ~4050 characters, IE 4.0+ supports
exactly 2083 characters, Netscape 3 -> 4.78 support up to
8192 characters before causing errors on shut-down, and
Netscape 6 supports ~2000 before causing errors on start-up

http://www.interview-questions.maxmice.com

Is This Answer Correct ?    12 Yes 0 No

How much data (Max K) can go into a QueryString?..

Answer / sujan

The answer though, depends on the browser
. IE, I believe, limits you to 4K.

Is This Answer Correct ?    5 Yes 1 No

How much data (Max K) can go into a QueryString?..

Answer / anandkbs

it depends upon the browser where the application runs.

Maximum URL length is 2,083 characters in Internet Explorer

Internet Explorer versions 5 , 6 and 7
------------------ 2,048 characters.

Netscape Navigator version 4
---------------------------------- 30,000 characters

It's 4096 characters in ASP.Net but it can be configured
using Web.config file.

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More ASP.NET Interview Questions

How does cookies work in asp net?

0 Answers  


what is uncle aunty file

1 Answers  


what do machine key element in configuration file specify?

1 Answers   TCS,


What is the difference between a page theme and a global theme?

0 Answers  


Can you explain how ASP.NET application life cycle and page life cycle events fire?

0 Answers   MindCracker,






how we deploy the asp.net 2.0 application

2 Answers   Logistics,


Explain how viewstate is being formed?

0 Answers  


How do active server pages work?

0 Answers  


What do you mean by authorization?

0 Answers  


Apart from IDE what are the enhancements in asp.net 2.0?

0 Answers   Microsoft,


What is the significance of proxy user?

0 Answers   MCN Solutions,


What is the purpose of each of the validation controls provided by ASP.NET?

1 Answers  


Categories