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
Post a Comment