Hi Guys,
I have a 3.2.2 module running on a new deployment server. It runs for about 5 - 10 minutes and at the completion it shows me a summary results page. I set the scripttimeout in the control to 20 mins and on both my dev server and my old host server it ran ok. On the new server the page shows a loading bar (or dots on Firefox) as expected but after 120 seconds I get a 404 error page not found - and not the DNN 404 page a generic one. The application however keeps going on the server - it generates a specific logfile and writes DB records as it is supposed to.
Is there a IIS setting that needs to be altered here?? I tried setting timeout in the web.config httpRuntime section but no change.