Posted on: 4/9/2015 4:53:26 AM | Views : 735

I have a webpage where user clicks a download button. The response file is not rendered immediately as some background process is needed. The response time may take upto 15 min or more. But my page doesnt wait for that long and the browser displays "The connection was reset" on firefox and No data received on chrome EXACTLY AFTER 1 MINUTE.
I have made all necesary changes like
<httpRuntime maxRequestLength="2147483647" executionTimeout="12960000"/> in web.config but no luck.

Go to the complete details ...