sharepoint designer server connection time out
sharepoint designer 2007 server connection times out during large file import
December 9th, 2010 2:54pm

hi you can increase timeout value in web.config of your web application. See executionTimeout attribute in httpRuntime elementBlog - http://sadomovalex.blogspot.com CAML via C# - http://camlex.codeplex.com Graphs visualization in Sharepoint - http://spgraphviz.codeplex.com
Free Windows Admin Tool Kit Click here and download it now
December 9th, 2010 4:25pm

Hi, What size of your large file do you want to import? The default file upload size in SharePoint is 50 MB. Sometimes, you may have users that need to upload documents that are larger. This is quite easy to change. Simply go to Central Administration -> Web Application General Settings. Select the Web Application you want to change, and you will see a textbox to specify the maximum upload size. Before I remembered to look here, I tried changing it the old ASP.NET way, by changing the following line in the web.config. <httpRuntime maxRequestLength="51200" /> Interestingly, the file size specified here is also 50 MB, but changing it here does not allow you to upload a larger file into a document library. I also figured I might have to change it to match whatever I had set in SharePoint but you don't. You can leave it the same and upload a 100 MB file into SharePoint just fine (provided you changed the setting). So from what I can tell SharePoint does not use this setting at all and it would only apply if you had written a custom upload form using ASP.NET. I wish you every success in your important work. Best regards, David Hu
December 12th, 2010 9:06pm

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics