If you’re still getting the IIS error then it sounds like you haven’t
configured it correctly.
It should be something like this in your site’s web.config
<system.web>
<httpRuntime maxRequestLength="10240" />
</system.web>
If you’re still getting the IIS error then it sounds like you haven’t
configured it correctly.
It should be something like this in your site’s web.config
<system.web>
<httpRuntime maxRequestLength="10240" />
</system.web>