London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!
AI OnAI Off
London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!
Hi,
You need to both changed maxAllowedContentLength and maxRequestLength
Worked for me:
- Change maxAllowedContentLength to 2147483648 (2GB)
- Find httpRuntime requestValidationMode="2.0" and change it to
Regards.
/Q
And also note that maxAllowedContentLength is in bytes while maxRequestLength is in Kilobytes. Those need to be matched or the lesser one will be effective.
/Q
This is maby a stupid and simple question but I can't get it to work.
I am trying to upload a 40 MB file and I get an error in the media manager uploader saying that it is to big. I have changed all requestsize to a very high value but still gets the error.
Are there any other places this can be set?
I get the error locally so there are no timeout from the iis.