Hi @Kfz Sachsen-Anh. - Uwe Gabbert
You can try the following settings:
- Edit the request filtering feature settings and the request limits using IIS manager Open IIS manager -> now select the website that should be configured -> do a confirmation check that you are in the features view that can be found on the bottom of the IIS manager -> click on the option request filtering and double click on the icon -> you will see a request filtering pane displaying on the screen -> click on "edit feature settings" that can be found on the right side of the screen in the pane displayed -> the "Edit request filtering settings" window will open on the screen -> in the section called "Request limits" enter the maxAllowedContentLength=4,294,967,295 -> then click on OK option -> restarting the IIS.
- You can increase the maximum file size by modify the maxAllowedContentLength setting in the web.config file: <requestFiltering>
<requestLimits maxAllowedContentLength="2147483648" />
</requestFiltering>
If the answer is helpful, please click "Accept Answer" and upvote it.
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.