I`m using Asp Net Mvc 4 Web Api and I need to make request with querystring length > 2000 symbols
I`ve allready set maxQueryStringLength=”10000″ parameter in web.config.
Everything works well on my developer machine
On IIS it works only if querystring < 2000 symbols,
but if querystring > 2000 symbols I get an error: 404 Not Found
Any considerations?
Have you also set the maxUrl length?
http://www.iis.net/ConfigReference/system.webServer/security/requestFiltering/requestLimits