Programmatic Administration of Sandboxed Solutions in SharePoint 2010

Applies to: SharePoint Foundation 2010

The topics in this node explain how to programmatically manage and configure sandboxed solutions.

Warning

The Sandbox Solution framework provides a mechanism for executing user-provided code outside of the IIS worker process. The Sandbox Solution framework should not be used as a mechanism for enforcing security boundaries when executing user code. Sandbox Solutions are not supported as a security boundary with user code, especially code of unknown origin. We advise against executing Sandbox Solutions of unknown origins.

In This Section

Using Execution Tiers to Protect Well-Behaved Sandboxed Solutions

Reference

SPUserCodeService

SPUserCodeExecutionTier

Sandboxed Solutions in SharePoint 2010