导致SharePoint发生Timeout的几处门槛设置

IIS connection time-out setting

===========================

如何修改?

  1. Click Start, point to All Programs, point to Administrative Tools, and then click Internet Information Services (IIS) Manager.
  2. Right-click the virtual server that you want to configure, and then click Properties.
  3. Click the Web Site tab. Under Connections, type the number of seconds that you want in the Connection time-outbox, and then click OK.

 

web.config文件中的execution timeout的值

===========================

如何修改?

1. Use Notepad to open the Web application Web.config file. By default, this file is in the following folder:

  Inetpub\wwwroot\wss\VirtualDirectories\VirtualDirectoryFolder

2. Change the following line in the file.

原始码

<httpRuntime maxRequestLength="51200" />

替换为

<httpRuntime executionTimeout="999999" maxRequestLength="51200" />

 

2012-07-11 更新:删掉了错误的SQL端timeout的内容.

 

更多信息详见文章SharePoint中遇到TimeoutSQL Server中的timeout设置

 

来源:

http://support.microsoft.com/kb/925083

转载于:https://www.cnblogs.com/tdskee/p/5052568.html

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值