Hi,
Please set maxRequestLength(Default 4MB) and ExcutionTime,and try the same
<configuration>
  <system.web>
    <httpRuntime executionTimeout="90" maxRequestLength="4096" useFullyQualifiedRedirectUrl="false" minFreeThreads="8" minLocalRequestFreeThreads="4" appRequestQueueLimit="100" />
  </system.web>
</configuration>