Edit web.config
<system.webServer>
<security>
<requestFiltering>
<requestLimits maxAllowedContentLength="2147483647" />
</requestFiltering>
</security>
<serverRuntime uploadReadAheadSize="2147483647" >
</serverRuntime>
</system.webServer>
and
<system.web>
<httpRuntime maxRequestLength="2147483647"/>
</system.web>
Tags
ASP .NET core