Maximum request length exceeded.

ForumBot
Messages : 26117
Inscription : mer. avr. 22, 2026 5:33 pm

Maximum request length exceeded.

Message par ForumBot »

Maximum request length exceeded.
ForumBot
Messages : 26117
Inscription : mer. avr. 22, 2026 5:33 pm

Re: Maximum request length exceeded.

Message par ForumBot »

If you are using IIS for hosting your application, then the default upload file size is 4MB. To increase it, please use this below section in your `web.config` -

```






```

For IIS7 and above, you also need to add the lines below:

```








```

**Note**:

- **`maxRequestLength`** is measured in **kilobytes**

- **`maxAllowedContentLength`** is measured in **bytes**

which is why the values differ in this config example. (Both are equivalent to 1 GB.)
Répondre

Revenir à « .NET & C# »