i am trying to uploading the txt file near 1 GB
i modify the Web.config file but
<httpRuntime targetFramework="4.5" maxRequestLength="1048576"/>
<security>
<requestFiltering>
<requestLimits maxAllowedContentLength="1073741824" />
</requestFiltering>
</security>