The length of the query string for this request exceeds the configured maxQueryStringLength value. firefox
Problem: Unrecognized configuration section httpRuntime. The length of the query string for this request exceeds the configured maxQuerySt...

Also you might need to change request limit length:
<system.webServer> <security> <requestFiltering> <requestLimits maxQueryString="32767"/> </requestFiltering> </security> </system.webServer>This new tag is explained here: http://msdn.microsoft.com/en-us/library/e1f13641%28VS.71%29.aspx
2 comments
Nice to be visiting your blog again, it has been months for me. Well this article that i've been waited for so long.
This did not resolve the issue but returned a 500 error instead. Thoughts?
Post a Comment