I need to run a one-time process from within a User Control to add a *lot* of content nodes (for development/testing) but I keep getting a "request timedout" error.
How would I increase the timeout so that I can run a really long process before the page renders? (I've tried several things - none worked so far.)
Thanks, David Hill
(umbraco v 4.0.4.1; IIS7; SQL Server 2008 Express)
request timedout
Hello Umbraco Colleagues,
I need to run a one-time process from within a User Control to add a *lot* of content nodes (for development/testing) but I keep getting a "request timedout" error.
How would I increase the timeout so that I can run a really long process before the page renders? (I've tried several things - none worked so far.)
Thanks,
David Hill
(umbraco v 4.0.4.1; IIS7; SQL Server 2008 Express)
I presume you have tried increasing the httpruntime timeout setting in the web.config?
No, I had not. That's precisely what I was looking for.
Thanks much.
David
is working on a reply...