Execution models for SharePoint 2010: Part 2 – bin/CAS

added by leedale
6/6/2011 11:21:24 AM

112 Views

The bin/CAS model basically means that your solution assemblies are deployed to the bin folder in the root of your web application folder structure. There are two main advantages to this approach, the first is that the assembly is isolated from any other web applications on your server by virtue of the fact that it resides in the bin folder.


0 comments