Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
When I try to publish around 200 pages at once I get a timeout. The counter works fine but then it just crashes. Any ideas what I can do? Is there a setting I can change? Either way it should not crash :)
Cheers / Niklas
Hi Niklas,
You could try increasing the timeout? But keep in mind that this will apply to all of your .aspx pages/scripts.
<httpRuntime executionTimeout="300" />
ref: http://msdn.microsoft.com/en-us/library/e1f13641.aspx
Cheers, Lee.
Works fine thanks. Needed to change it to 600.
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Timeout when publishing many pages
When I try to publish around 200 pages at once I get a timeout. The counter works fine but then it just crashes. Any ideas what I can do? Is there a setting I can change? Either way it should not crash :)
Cheers / Niklas
Hi Niklas,
You could try increasing the timeout? But keep in mind that this will apply to all of your .aspx pages/scripts.
ref: http://msdn.microsoft.com/en-us/library/e1f13641.aspx
Cheers, Lee.
Works fine thanks. Needed to change it to 600.
Cheers / Niklas
is working on a reply...