I tried to access a WCF Service through jQuery AJAX call with GET method. So, sometimes the URL is lengthy with parameters.
When the parameters becomes so lengthy, jQ
The above solution worked for me with:
maxQueryStringLength="3000" maxUrlLength="3000"
And the registry fix above.