Nov 112008
 

Note to self – If using any external assemblies that try to access Microsoft.Sharepoint assemblies, remember to change the trust level to full in the web.config.

<trust level=”Full” originUrl=”" />

This is only used during development.

When it comes to production, install assembly into the GAC with gacutil /i to allow external assemblies access to Microsoft.Sharepoint assemblies.

Related posts:

  1. The Trustworthy Computing Security Development Lifecycle
  2. REAL DEVELOPMENT Reloaded Tour 2007
  3. SharePoint Portal Server 2003 Articles
  4. More on web development
  5. SharePoint Designer Bug With Creating Data View Web Parts