How much data (Max K) can go into a QueryString?
Answer Posted / 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 |
Post New Answer View All Answers
How can you access the properties and controls of master pages from content pages?
Describe how ASP.NET maintains process isolation for each Web application?
What is Model-View-View Model?
Who is using asp.net?
How can we create a website?
Explain the basic functionality of garbage collector?
What is the adavantage of using ASP.NET routing?
Define resource files.
What is cookies in asp net?
How is a session stored and maintained in asp.net?
How to find out what version of asp.net I am using on my machine?
Explain model, view and controller represent in an mvc application? : asp.net mvc
Is it possible to develop a single web application using ASP.NET webforms and ASP.MVC?
What would be salary for 8+ years of experience in ASP.NET in different metro city in india?
Is session server side or client side?