Skip to main content

Home/ Microsoft SharePoint Tips & Tricks/ Group items tagged limit

Rss Feed Group items tagged

trimantra

SharePoint Error: This page allows a limit of 200 controls, and that limit has been exc... - 0 views

  •  
    I have created a custom page layout through visual studio 2013 on which there are a large number of controls are registered. The page that I had created through the page layout on that page I faced this max control limit issue. Generally , when working with a SharePoint master page, page layout, forms we might will face this type of issue. The problem was we have a large number of controls registered. The limit is set in the web.config file. By Default controls limit is set by 200. To resolve this issue open the web.config file, located in a virtual directory in c drive. Find the safe control block as shown below and increase the "MaxControls" limit and do IISRESET.
  •  
    I have created a custom page layout through visual studio 2013 on which there are a large number of controls are registered. The page that I had created through the page layout on that page I faced this max control limit issue. Generally , when working with a SharePoint master page, page layout, forms we might will face this type of issue. The problem was we have a large number of controls registered. The limit is set in the web.config file. By Default controls limit is set by 200. To resolve this issue open the web.config file, located in a virtual directory in c drive. Find the safe control block as shown below and increase the "MaxControls" limit and do IISRESET.
trimantra

Exploring "X-Frame- Options" in IFrame for web-based application | Trimantra ... - 0 views

  •  
    In our daily life as a web developer we generally use lots of HTML tags in our website. From H1 tag to FORM tag, each tag has their own functionality and has some limitations. In this blog we specifically focus on IFRAME tag and its Do's and Don'ts. To know…
  •  
    In our daily life as a web developer we generally use lots of HTML tags in our website. From H1 tag to FORM tag, each tag has their own functionality and has some limitations. In this blog we specifically focus on IFRAME tag and its Do's and Don'ts. To know…
Eric Kraus

A Lap Around SharePoint 2010 Sandboxed Solutions Resource Quotas - John W Powell - Site... - 0 views

  •  
    In this post, I'll demonstrate sandbox solutions resource quotas and show you what happens when they are exceeded. When sandboxed code executes, certain metrics are collected such as % processor time and # of unhandled exceptions. Timer jobs compile the metrics and calculate resource points usage. When the total resource points used exceeds the daily limit (300 points by default), the sandbox is turned off for the entire site collection.
1 - 4 of 4
Showing 20 items per page