Monday, October 18, 2010

SharePoint Increase Upload File Size

Make the changes to the following to increase file size uploads larger than 29MB. In a server farm environment modify the following items on web front end servers blprdshpwfe01 & blprdshpwfe02.
(The Preprod environment only requires changes on the web front end server BLDALPPSHPWFE01)

1.      In the virtual directory (C:\inetpub\wwwroot\wss\VirtualDirectories\connect.broadlane.com443) web.config file, add an executionTimeout parameter to httpRuntime
Existing line
Replacement line

2.      In the virtual directory (C:\inetpub\wwwroot\wss\VirtualDirectories\connect.broadlane.com443), add the following settings under the section of the Web.config file – place it at the bottom, just before the close out config section:


3.      In the 12 hive (C:/Program Files/Common Files/Microsoft Shared/Web Server Extensions/12/Template/Layouts) add an executionTimeout parameter to the upload.aspx node

Existing code
 
   
     
   
Replacement code
 
   
     
   
 

4.      Reset IIS successfully

No comments: