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

Add content type to SharePoint List/Library using REST API

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

SharePoint REST API: Selecting, Filtering, Sorting Results in a SharePoint List