Deploying solutions to a specific Web Application

Ref: http://sharedpointers.blogspot.com/2011/03/deploying-solutions-to-specific-web.html

Ref: http://blogs.msdn.com/b/jjameson/archive/2007/06/17/issues-deploying-sharepoint-solution-packages.aspx

Ref: http://blog.mastykarz.nl/optimizing-deploying-sharepoint-packages-minimize-impact-farm-availability/

 

1. Double click the package
2. Open the manifest
3. Edit the options
4. Add you dummy data. In my solution I added the following:


<Solution xmlns="http://schemas.microsoft.com/sharepoint/">

 
<Assemblies>

  
<Assembly Location="SharePointProject1.dll" DeploymentTarget="GlobalAssemblyCache">

    
<SafeControls>

      
<SafeControl Assembly="SharePointProject1,
Version=1.0.0.0, Culture=neutral, PublicKeyToken=****************" Namespace="SharePointProject1" TypeName="*" />

    
</SafeControls>

  
</Assembly>

 
</Assemblies>

</Solution>

Comments

Popular posts from this blog

Setup SharePoint 2010

Register CSS to SP Master Page