When I view the properties for my SharePoint 2010 project I can see an option of Assembly Deployment Target which can be set to either GlobalAssemblyCache or WebApplication.
From this question I was able to figure out that setting value to
GlobalAssemblyCachedeploys DLL toC:\Windows\assembly. ForWebApplication, it says that it will deploy towebsite/bin. What is the exact path where theWebApplicationoption deploys the solution?From this question it seems that custom fields cannot be deployed with option of
WebApplication. They can only be deployed toGlobalAssemblyCache. Are there any other restrictions when deploying toWebApplication?While developing SP solutions which option should be preferred and why?

0 commentaires:
Enregistrer un commentaire