I have the following in the web.config file
<httpRuntime maxUrlLength="2097151" maxQueryStringLength="2097151" relaxedUrlToFileSystemMapping="true" />
However, if the url is really long it throws a 404 error in fact if the string is over 2096 characters long.
Does anyone know a work around?
thanks