Alrighty, then set these in the Web.config file:
-
Set
/configuration/
system.web/ httpRuntime/ @maxRequestLength="51200" -
Set
/configuration/
system.webServer/ security/ requestFiltering/ requestLimits/ @maxAllowedContentLength="52428800"
Also, you might need to set this one too, to prevent large uploads timing out:
-
/configuration/
system.web/ httpRuntime/ @executionTimeout="240"
(240 seconds = 4 minutes)