I have a problem on my Development server.... On my local machine everything works....
This is the issue:
I have a Page that looks like this:
I figured it out. It was because of this in the Web.config
It was the maxQueryString.
I have since removed both maxUrl and maxQueryString and it is all working now :)