I am writing this blog about how to deploy sandbox solutions in SharePoint Online. Sandboxed solutions will be hosted in a SharePoint user's code solution worker process (SPUCWorkerProcess.exe) and will run the code that can only disturb or affect the site collection of the solution. Since sandboxed solutions don’t run in the IIS worker process, neither the IIS Application pool nor the IIS Server should restart. If we have the Server farm and there are multiple Site collections deployed, we need to do some changes or develop something for the particular site collection. Earlier we used to deploy Farm Solution, which was affecting the entire farm. Later, the developers found the solution called Sandbox solution, where we can work on particular site collections.

Today, we are deploying solution sandbox on SharePoint Online by the screenshots and steps given below.

Thanks.