Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Maximum number of web parts/web part zones per page? (Microsoft SharePoint 2007)

I've already found the max number of web parts per page:

  • Customizable - in web.config file, <configuration><SharePoint><WebPartLimits MaxZoneParts="XX" />

  • 50 (default) - http://technet.microsoft.com/en-us/library/cc262787.aspx

  • 100 (recommended max) - http://technet.microsoft.com/en-us/library/cc287743.aspx

However, I've been unable to find:

  • the maximum number of web parts per web part zone

  • the maximum number of web part zones per page

like image 972
Kache Avatar asked May 09 '10 17:05

Kache


1 Answers

Check out this article:

http://aberkut.wordpress.com/2010/05/04/the-maximum-number-of-web-parts-for-all-zones-on-this-page-has-been-exceeded-error/

Wasn't easy to find, but it might help. Looks like the default limit it 50.

like image 81
Jason Evans Avatar answered Oct 13 '22 00:10

Jason Evans