I have a MVC3 site in C#, I have a particular view being fed query parameters from
In the root web.config for your project, under the system.web node:
web.config
system.web
...
In addition, I had to add this under the system.webServer node or I got a security error for my long query strings:
system.webServer