I need to upload a file that requires authentication which I provide via form data with WebClient.UploadValues
The problem is when I download a large file, the application pool is returned due to a memory limit.
The ideal solution is to split the answer into parts, but I haven’t found documentation on how to do that
who can help
Thanks in advance