Web page failed to load (time out) - ASP.NET 2.0 Warning Event ID: 1309 - Request execution time out

Environment
  • Internet Information Service (IIS)


Content
User reported that the duty system usually failed to load (time out) at about 09:00 every day. From the event logs, it showed that was because of the request execution time out.
事件類型: 警告
事件來源: ASP.NET 2.0.50727.0
事件類別目錄: Web 事件
事件識別碼: 1309
日期: 2013-07-09
時間: 16:21:36
使用者: N/A
電腦: ServerA
描述:
事件代碼: 3005
事件訊息: 發生未處理的例外狀況。
事件時間: 2013/7/9 下午 04:21:36
事件時間 (UTC): 2013/7/9 上午 08:21:36
事件 ID: c9012413b7b84ceab14ecc8b2187be07
事件序列: 110
事件項目: 2
事件詳細資料代碼: 0

.
.
.

執行緒資訊:
執行緒 ID: 7
執行緒帳戶名稱: NT AUTHORITY\NETWORK SERVICE
正在模擬: False
堆疊追蹤: 於 DutyRoster_View.Page_Load(Object sender, EventArgs e) 於 c:\{Folders}\View.aspx.cs: 行 71
於 System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e)
於 System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e)
於 System.Web.UI.Control.OnLoad(EventArgs e)
於 System.Web.UI.Control.LoadRecursive()
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)


自訂事件詳細資料:

請在 http://go.microsoft.com/fwlink/events.asp 查看說明及支援中心,以取得其他資訊。
To solve it, we simply increased the request execution timeout from 110 seconds (default) to 300 seconds.



Reference


Update