I am getting this error:
The length of the URL for this request exceeds the configured maxUrlLength value.
Looking around the closest thing I can find is in the web.config,
<requestFiltering>
<requestLimits maxUrl="xxx">
</requestFiltering>
However this is not MaxUrlLength nor does it resolve the issue. Any ideas how to fix?