In our ASP.NET application some users hit maxAllowedContentLength limit (which is set to 32 megabytes in our application) when sending large POST requests.
Suppose we just blindly increase the limit to half gigabyte - what problems should be expect? How do we know the safe value for this limit?