Web.Config Modifications for Ajax / .Net 3.5 support

I've seen at least 3 projects that attempt to eliminate the otherwise cumbersome hassle of editing the web.config file, which needs to be modified in order to allow the use of Ajax. While I appreciate the effort others have taken with these projects, it was also a bit frustrating because none of them were flawless. Amongst the SharePoint Features project on Codeplex is the 3.5.Config for instance, which does work when you install it, but when you deinstall it later it deletes the entire "<pages /> section and also seemed to "confuse" the Web Services of my SharePoint installation, causing all further install attempts to modify the web.config file to fail.
 
To be fair though, the Microsoft documentation on this topic is quite sparse (to say it politely), so it's not that easy to get to the bottom of these problems.
 
Well, I just happened to be in need for such a solution again and as it is simply too much hassle to modify the web.config manually (especially when you have to modify it on multiple Web Frontends), I just took the time once more to see if anyone had come up with some inspiration...
 
As luck had it, I found some good stuff in the SharePoint guidance project on Codeplex. This project has quite some depth to it, so I decided to "extract some good approaches" that addressed what I needed for my project (hey, I think Picasso once said that creativity is nothing more than clever copying from different sources ;-)
 
I've tested my solution on a couple of installs so far, and it seems to work fine. I'll keep testing it some more, but also thought that someone else might want to use it right away. So, here's the download link to the .wsp file for this solution. Feel free to use it AT YOUR OWN RISK and let me know if you have problems, or whether it worked for you.
 
P.S. Kudos to everyone involved in the SharePoint Guidance project!
 
Update (23-AUG-09): Thanks to Ernst Joss I've found and fixed a problem with this solution: whenever the <controls> section already existed, the tagprefix line was not added. And afterwards, when deactivating the feature, the whole <controls> section, potentially including other content, was deleted.
 
I've split the respective web.config modification now into two parts: one EnsureSection entry for the <controls> section, and a separate EnsureChildNode entry for adding the tagprefix line.
 
The download link above has the updated 1.0.1 version of the wsp.

Published: Jun-30-09 | 11 Comments | Link to this post

"Real" Workflow becomes a differentiating factor

Years ago, when talking to customers, I realized the importance of workflow engines that are integrated with content management solutions. However, "workflow" solutions had been around for a long time and never really made it into the mainstream. They had an aura of complexity to them and came in so many different shapes and forms, that it was next to impossible to find a standard way of integrating them with Line of Business systems.
 
The introduction of the Windows Workflow Foundation (WF) in 2006 also caused some disruption, as it came with its share of bugs and issues. But it also showed how much demand is out there for a workflow engine, as the blogs and forums filled up pretty quickly, which indicates how much momentum the WF has gained by now.
 
However, the best evidence for how much value customers see in real workflow solutions was a recent article which stated that SaaS Provider (modern word for: hosting company ;-) Emantra is absorbing the licensing cost for Nintex, which is a solution built on top of WF, making it much more easy (especially for non-programmers) to ad-hoc build workflow solutions.
 
Whether customers will go with solutions like Nintex, or the plain WF is being used, or another workflow engine, I am sure people are now finally grasping the fundamental advantages that a "real" workflow solution provides over "so-called" workflow solutions that scripted, based on simple trigger mechanisms, or cobbled together otherwise.

Published: Jun-30-09 | 0 Comments | Link to this post

Joe Bachana on the latest DAM Trends

Joe Bachana shares his viewpoint on the latest trends of the DAM market. It's a great presentation with concise details. Absolutely worth reading.
 
Joe has been in the DAM industry pretty much since its inception and he has a wealth of hands-on experience with many DAM products.
 
Here's the link to his blog also, which is focused on Publishing in general.

Published: Jun-03-09 | 0 Comments | Link to this post