You are viewing an old version of this page. View the current version.
Compare with Current View Page History
« Previous Version 5 Next »
If the above error happens, set a large number for the maxQuerystring attribute in the web.config file. Below is an example.
<system.webServer> <security> <requestFiltering> <requestLimits maxQueryString="32768"/> </requestFiltering> </security> </system.webServer>