When I try to run a really long action (takes around 2 minutes locally) on my live server, I get this error:
Connection Interrupted
The connection to the server was reset while the page was loading.
The network link was interrupted while negotiating a connection. Please try again.
I changed the timeout to be 1 hour:
<httpRuntime executionTimeout="3600" />
... but it didn't fix it. What could be causing this and how could I fix it?
Thanks