Hello there,
I am trying to migrate a Classic ASP web application from Windows 2008 to Windows 2016. I did a POC on a Windows 2016 server first and it works fine. But on our new production candidate server, the file downloading hangs at a certain point. After the server restarts, sometimes downloading works for the first time. But after that, it hangs at a certain point. For example, at 8.9MB, every time when I was trying to download the report, it always hang at 8.9MB. But if I restarted the server, it will work for the first time and hangs at a different point. I compared this server with the POC server which was working. The IIS settings and classic ASP code is exactly the same.
I tried fiddler and there is no error from the server. It just stops downloading at certain point and eventually failed with "network error".
The code is classic ASP code with IIS 10.
Can you please help?
Thank you very much
Bin