SYMPTOM:
When running or re-prompting a report in Strategy Web user is presented with the following error:

"The length of the query string for this request exceeds the configured maxQueryStringLength value"
<httpRuntime requestValidationMode="2.0" />
<httpRuntime requestValidationMode="2.0" maxQueryStringLength="4096" />

4. Change the value of Maximum query string to 4096 or higher, depending on your needs as shown on the following image:

Note:
If after performing the steps 1-4 the user is presented with HTTP Error 404.13 also modify the value of Maximum URL length parameter.
Warning: Changing the above configuration settings has influence on the Microsoft IIS security. It is advised to set the values as low as possible and only when necessary.
More details can be found on the following Microsoft webpages:
http://www.iis.net/configreference/system.webserver/security/requestfiltering/requestlimits#005
http://msdn.microsoft.com/en-us/library/system.web.configuration.httpruntimesection.maxquerystringlength(v=VS.100).aspx