What is the sandbox solutions?
Sandbox solutions contains different execution model.Every Sandbox solutions execute in unique application domain. The execution of sandbox solutions governed by a restrictive code access security
Sandbox solutions doesn't allow accessing physical files.
Some common development scenarios for their compatibility with sandbox execution model:
1. get the data from multiple lists with a site collection
2. create SP designer work flows
3. new list definition with list event receivers
4. deploying the site definition
5. Create content types
Scenarios we can't go for sandbox solutions
1. can't retrieving list data from other site collections with in farm/ out side of the farm
2. can't retrieve the data from external data
3. can't interact with web services or WCF services
4. can't create full trusted workflows
5. can't create external content type
6. can't create application page
7. can't create timer job
8. can't create service application
No comments:
Post a Comment