Difference between Sandboxed and Farm solution



 
  • Farm solutions, which are hosted in the IIS worker process (W3WP.exe), run code that can affect the whole farm
    Sandboxed solutions, which are hosted in the SharePoint user code solution worker process (SPUCWorkerProcess.exe), run code that can only affect the site collection of the solution.Farm solutions are installed and deployed. 

  • Sandboxed solutions are uploaded and activated.

Refer this link for more details Link

Comments

Popular posts from this blog

A type named 'SP.Data. could not be resolved by the model error

Add content type to SharePoint List/Library using REST API

PeoplePicker get & Update List item using Rest API in SharePoint 2013