0

When I try to upload bigger files it shows error

enter image description here

I have also tried this

<security>
      <requestFiltering>
        <requestLimits maxAllowedContentLength="524288000" />
      </requestFiltering>
    </security>


My IIS version is 10 express and Visual 2017 Enterprise

Ahmad Raza
  • 39
  • 7

1 Answers1

0

Could you try increasing the request limit in IIS?

  • goto IIS
  • select your site on the left
  • double click Request Filtering
  • on the right side click Edit Feature Settings...
  • increase the maximum allowed content length (Bytes)

In general I would suggest though to upload your files in chunks instead of increasing the upload size.