Changing SharePoint Timeouts (Execution Timeout)

Problem

Every once in a while one of my clients will ask me to change SharePoint’s timeout settings.  It’s an easy change but you don’t make the adjustment in each web application’s web.config, instead the change is a global change made  in the \LAYOUTS\ directory on each web server.

Solution

To update the execution timeout

  • Login to each front end server
  • Browse to C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\12\TEMPLATE\LAYOUTS
  • Open web.config
  • Locate the <httpRuntime executionTimeout="360" /> line of code and change the timeout value to one of your choiceimage
  • Repeat this change on each web server.  Remember that if you host your central administration on another web server you might want to update that web.config as well because feature activation and other farm level settings have been known to timeout.
  • When you are done the web.config should look something like thisimage

Common Errors

If your changes don’t appear to stick, check each of your web application front end’s web.config usually located in c:\inetpub\wwwroot\%Application+Port%\ and look for the same executionTimeout variable under the <System.Web> section.  You may also choose to add an entry directly under <System.Web>.

VN:F [1.9.1_1087]
Rating: 9.5/10 (2 votes cast)
VN:F [1.9.1_1087]
Rating: +1 (from 1 vote)
Changing SharePoint Timeouts (Execution Timeout), 9.5 out of 10 based on 2 ratings

Popularity: 10% [?]

Share and Enjoy:
  • Digg
  • Sphinn
  • del.icio.us
  • Facebook
  • Mixx
  • Google Bookmarks
Share this Post:
Digg Google Bookmarks reddit Mixx StumbleUpon Technorati Yahoo! Buzz DesignFloat Delicious BlinkList Furl

No Responses to “Changing SharePoint Timeouts (Execution Timeout)”

Leave a Reply:

Name (required):
Mail (will not be published) (required):
Website:
Comment (required):
XHTML: You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>