“Updates are currently disabled in GET requests” exception while provisioning multiple site collections
Scenario: Recently i was working with creating site provisioning in SharePoint 2010. For that I have a list where user submits the request for the site that needs to be created (along with some required metadata). Then I have scheduled the timer job that picks up items from that list (based on the status), iterates through the items and provisions the site. Here is the method in Timer Job that iterates through the items and creates site collections. public static … Continue reading