The way to work around is to change 1 of the configuration in web.config file for sharepoint. Change MaxControls to desire number in the configuration below.
<SafeMode MaxControls="200" CallStack="false" DirectFileDependencies="10" TotalFileDependencies="50" AllowPageLevelTrace="false">
<PageParserPaths />
</SafeMode>
Subscribe to:
Post Comments (Atom)
1 comment:
How do I decrease the number of controls I am using? (I am not a programmer, so I'm not sure what to look for)
Post a Comment