I configured web.config file but still I got an error:
web.config
Request filtering is configured on the Web server to deny the request because the query string is too long.
maxRequestLength is for file uploads.
maxRequestLength
Try this instead under the system.web node
system.web
<httpRuntime maxUrlLength="1000" maxQueryStringLength="1000" />
1.4m articles
1.4m replys
5 comments
57.0k users