Posts Tagged WSPBuilder

Enable ASP.NET AJAX in Your SharePoint 2007 Farm

SharePoint 2007 does not enable ASP.NET AJAX by default.  Although the process to enable ASP.NET AJAX on a SharePoint 2007 web application is rather straightforward, it can be time consuming and error prone due to the amount of web.config entries that need to be made.  So, a while back a friend and I created a [...]

, , ,

No Comments

Using Local Config Files with WSPBuilder

Using WSPBuilder is rather straight-forward and for most features the default configuration settings work fine. But what happens when you want to include custom CAS policies or change the default folder names? Fortunately, WSPBuilder has an extremely robust set of configuration switches to handle these cases.
If you look in the folder you installed WSPBuilder into, [...]

,

No Comments

WSPBuilder Folder Structure

WSPBuilder makes the process of building WSP files extremely simple as illustrated in a previous post.  WSPBuilder supports many features including deploying files to the 12 hive as well as deploying assemblies to the GAC or the web application’s bin folder.  To do this, you must structure your project files in a specific way.  Take [...]

,

1 Comment

Intro to WSPBuilder

WSPBuilder is a tool for building web solution (WSP) files to deploy out to a SharePoint farm.  It is free, open source, and available on CodePlex here: http://www.codeplex.com/wspbuilder.  It is a tool that, in my opinion, every SharePoint developer should be using.
So what is a WSP file?  WSP files are web solution files.  Essentially, they [...]

,

6 Comments