Saturday, June 30, 2018

THIS PAGE ALLOWS A LIMIT OF 200 CONTROLS, LIMIT HAS BEEN EXCEEDED IN SHAREPOINT


Problem Statement: This page allows a limit of 200 controls, and that limit has been exceeded in SharePoint


Solution:
1.    Browse to the Web application “C:\inetpub\wwwroot\wss\VirtualDirectories\”
2.    open webapplication in question
3.    open web.config for that web application
4.    Find the tag below in the web.config

<SafeMode MaxControls="200" CallStack="false" DirectFileDependencies="10" TotalFileDependencies="250" AllowPageLevelTrace="false"> 

By default  MaxControls="200" is set to 200.So you get the exception.

You can change this according as per your requirement. This should resolve the issue.



No comments: