Is there any limit for query string? Means what is the maximum size?



Is there any limit for query string? Means what is the maximum size?..

Answer / Hemant Kumar Budakoti

In ASP.NET, the maximum length of a query string is typically around 4096 characters due to constraints imposed by the underlying protocol (HTTP). However, the actual limit can vary depending on the specific web server and configuration.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More ASP.NET Interview Questions

For which does this Codebehind="MyCode.aspx.cs" is relevent to ?

1 Answers   Siebel,


Define page output caching?

1 Answers  


Explain what does mvc represent in asp.net? : asp.net mvc

1 Answers  


Explain the concept of event bubbling in ASP.NET?

1 Answers   Sans Pareil IT Services,


Is LINQ performance wise better or using sqlcommand?

2 Answers  


Name two properties common in every validation control?

1 Answers  


With out Web.config can we executes the application?

10 Answers   Valtech,


I have a method written in WebForm (means .aspx page) & now I want to call this method in WebUserControl (means .ascx page) what should I have to do?

0 Answers   Patni,


What is the difference between ExecuteReader,ExecuteNonQuery and ExecuteScalar.

8 Answers  


To load your generated dataset with data which method do you invoke?

1 Answers   Siebel,


Name the application folders present in asp.net 2.0?

1 Answers  


what are Httpmodule and HttpHandler?

3 Answers   Microsoft, Wipro,


Categories