You will encounter more than one timeout (or timeout) error when using SharePoint. If you encounter a timeout, how do you differentiate it?
In general, SharePoint can control and influence the timeout place as follows:
1. The default size limit for files in SharePoint Central Administration is 50M.
2. SharePoint reads the maximum size of data blocks from SQL Server.
Stsadm.exe –o setproperty –pn large–file–chunk–size –pv <size in bytes>
3. SharePoint restrictions on the executiontimeout of pages in the layouts directory. Note that the executiontimeout of upload.aspx here needs to be modified as appropriate.
C:\Program Files\Common Files\Microsoft Shared\Web server Extensions\12\template\layouts\web.config.
It is important to note that this Web. config also contains different configurations for the maxRequestLength and executiontimout of specific pages. Example:
<location path= "Changecontenttypeoptionalsettings.aspx" >
<system.web>
</system.web>
</location>
4. Follow the executiontimeout settings in the Web. config file for the site.
C:\Inetpub\wwwroot\wss\VirtualDirectories\VirtualDirectoryFolder\web.config
5. Connection timeout in IIS.
Note The SQL side-to-statement execution time limit is not affected by the SharePoint timeout setting.
In the next article, let's discuss the timeout setting in SQL Server.
6. If the use of IE upload large files will be timeout, and use the Firefox browser upload but does not timeout, please refer to this article <
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings
Value Name:socketsendbufferlength
Data Type:reg_dword
Value options:16384, 24576, 32768, ..., 65536
See the article for specific options.
Reference
=====================
How to troubleshoot HttpException Request timed out (ASP. 2.0 32-bit)
http://blogs.msdn.com/b/asiatech/archive/2011/07/06/ How-to-troubleshoot-httpexception-request-timed-out-asp-net-2-0-32-bit.aspx
Sqlcommand.commandtimeout Property
Http://msdn.microsoft.com/en-us/library/system.data.sqlclient.sqlcommand.commandtimeout.aspx
Oledbconnection.connectiontimeout Property
Http://msdn.microsoft.com/en-us/library/system.data.oledb.oledbconnection.connectiontimeout.aspx
Error message when you try to upload a large file to a document library on a Windows SharePoint Services 3.0 site: "Reques T timed out "
Http://support.microsoft.com/kb/925083/en-us
Deployment Element (ASP. Settings Schema)
Http://msdn.microsoft.com/en-us/library/ms228298%28v=vs.80%29.aspx
Three threshold settings that cause SharePoint to occur a timeout
Http://www.cnblogs.com/awpatp/archive/2010/02/22/1670964.html
SharePoint Large File Upload Configuration
Http://blogs.technet.com/b/sharepointcomic/archive/2010/02/14/sharepoint-large-file-upload-configuration.aspx
Uploading Large files to SharePoint on Windows Server, and IIS7
http://blogs.technet.com/b/sharepointcomic/archive/2010/02/14/ Uploading-large-files-to-sharepoint-on-windows-server-2008-and-iis7.aspx
HTTP File Upload Operation Takes A Long time to complete
http://support.microsoft.com/kb/329781
A timeout is encountered in SharePoint