Is there a way via IIS or ASP.Net of limiting the number of values that can be accessed via the Request.Form collection?
So, for example, if I have page A posting to page B and page A contains 50000 form fields is there anyway to configure page B so it can only access a maximum of 1000 request fields.
I'm asking this question as I suspect some pages on a web site I'm working on are only configured to accept a maximum of 1000 items in the Request.Form collection.