I have my web-application, in which i have a functionality to download records in an excel sheet. This functionality works fine if i have records less than 90, but break when records are more than 90. It also works fine in other browser.
Below is the exception that i get:
ClientAbortException: java.net.SocketException: Software caused connection abort: socket write error
And redirected to the below link:
res://ieframe.dll/dnserror.htm
I have already tried to increase the response time, but it didn't help.
Can anyone please help on this?