Farm Solutions:
1. Farm solutions are hosted in the IIS worker process (W3WP.exe).
2. If you run any code in farm solution the whole farm will got affected.
3. If you deploy any feature or retract any feature the whole application pool got recycled.
4. Since they are scoped as farm level, they have full trust access to all the resources.
5. When the Sand boxed Solution property is set to False, selecting Build\Deploy will deploy the solution to the Farm Solution Gallery.
Sand boxed Solution:
1. Sandboxed solutions are hosted in the SharePoint user code solution worker process (SPUCWorkerProcess.exe).
2. If you run any code it will affect only the site collection of the solution.
3. So it never restart the IIS application pool.
4. When the Sandboxed Solution property is set to True, selecting Build\Deploy Solution deploys the solution to the site collection Solution Gallery.
1. Farm solutions are hosted in the IIS worker process (W3WP.exe).
2. If you run any code in farm solution the whole farm will got affected.
3. If you deploy any feature or retract any feature the whole application pool got recycled.
4. Since they are scoped as farm level, they have full trust access to all the resources.
5. When the Sand boxed Solution property is set to False, selecting Build\Deploy will deploy the solution to the Farm Solution Gallery.
Sand boxed Solution:
1. Sandboxed solutions are hosted in the SharePoint user code solution worker process (SPUCWorkerProcess.exe).
2. If you run any code it will affect only the site collection of the solution.
3. So it never restart the IIS application pool.
4. When the Sandboxed Solution property is set to True, selecting Build\Deploy Solution deploys the solution to the site collection Solution Gallery.
No comments:
Post a Comment