Forum Discussion
SimonG875
Aug 29, 2024Copper Contributor
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
1 Reply
- HridayDutta
Microsoft
I think, this article should be able to resolve your issue. Resolving HTTP 413 Request Entity Too Large (microsoft.com)