I am creating a website using LINQ database on Visual studio 2010
i am getting this error when i make many queries from the database and to database
the page contains dropdown list that get something from the database and at the same time posts back to get queries from the database and bind it to Gridviews
after 3 queries from the database it shows this message
“The length of the query string for this request exceeds the configured maxQueryStringLength value.”
i am using Google chrome BTW!
From http://social.msdn.microsoft.com/Forums/en/vsdebug/thread/a33611c1-7cdf-4a40-880b-3309456406f0: