The upload used to work without issue before, and I cannot find anything that might have changed, except I did do updates on all servers.
I rebooted all servers and tried uploading files, and the 404 Error is still present.
Specs and Information on site and issue.
Windows 2016 Server Core Setup
IIS 10
ARR Server Farm (4 ARR Servers) with/
------6 Web Servers/
------3 SQL Server Cores
Website = Session State [SQL Server] =
[data source=localhost;Integrated Security=SSPI] Time-out (280)
Web.Config (File located in Root and SubFolder) All IIS Servers would be restarted using the IISRESET command during testing.
<httpRuntime executionTimeout="600" maxRequestLength="555555"/>
<requestLimits maxAllowedContentLength="555555555"/>
Uploading Media files
Bit rate 320kbps
Files sizes are between 6mb and 30mb each.
If I upload multiple files totaling 23-25mb, everything is OK.
I tested a single file at 28MB and uploaded it without issue.
I receive the following error if I upload multiple files totaling over 25MB.
Server Error
404 - File or directory not found. The resource you are looking for
might have been removed, had its name changed, or is temporarily
unavailable.
When I upload files, I can watch the folder and see files coming in and moving to their proper location after database insertion. So it is working like it is supposed to until I upload multiple files with a combined totaling over 25MB.
Any information on this would be great.
Thank you.