
Hello @Roberto ,
Welcome to Q&A Forum!
We have same error during document uploading then apply following setting in web config file. please verify appSettings block properly added or not.
Please following steps:
1.Open IIS(Internet Information Services Manager) >> expand Sites folder >> select web application and right-click it >> click on Explore.
2.Can you check if your web.config is having this line else add this.
<appSettings>
<add key="aspnet:MaxHttpCollectionKeys" value="5001" />
</appSettings>
Note:
You can back up the web.config file in advance to prevent other errors.
More information, please refer to this post.
Thanks,
Echo Du
========================
If an 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.