Forum Discussion

SimonG875's avatar
SimonG875
Copper Contributor
Aug 29, 2024

HTTP 413 (Request Entity Too Large) in IIS with Sharepoint Solution

Hello everyone,
I'm having a problem with a request from a client (Request Entity Too Large)

I've already configured my IIS server to increase the size of the Request Filtering Limits to 52428800

 

I've also modified uploadReadAheadSize="10485760’

 

and I've also added to my web.config

<binding name=‘LargeRequestBinding’ maxBufferSize=‘2147483647’ maxBufferPoolSize=‘2147483647’ maxReceivedMessageSize=‘2147483647’>

 

but I still get the error returned by my client 413 Request Entity Too Large.

I don't understand why

 

Resources