Modify the iis7 configuration to remove the large file upload restriction on the SharePoint site

Source: Internet
Author: User

If the SharePoint site is installed on Windows 2008 or Windows 2008 R2, the default setting of iis7 limits that you can only upload up to 28 MB of files (30000000 bytes ).

Generally, kb925083 can be followed to solve this problem.

  • Edit Inetpub \ wwwroot \ WSS \ virtualdirectories \Virtualdirectoryfolder \Web. config file.
  • Added settings for maxallowedcontentlength.

<System. webserver>
<Security>
<Requestfiltering>
<Requestlimits maxallowedcontentlength = "52428800" type = "codeph" text = "/codeph"/>
</Requestfiltering>
</Security>
</System. webserver>

 

To modify the global settings of IIS, refer to kb942074 to modify the % WINDIR % \ system32 \ inetsrv \ config \ applicationhost. config file.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.