I’m currently working on a project to extend SharePoint’s capabilities with some C# .NET stuff. This is been quite the learning experience for me, since I’m not a developer or programmer by any stretch of the terms.
The latest oddity that I’ve run into is with the CalendarExtender. It’s supposed to look like this:

However, at some point it started looking like this:

(more…)
Posted on Tuesday, August 11th, 2009 under HowTo | No Comments »
Lately I’ve started performing more server builds with MOSS 2007 installs and I’ve noticed a trend.
SharePoint requires the ASP.NET v2.0 to be registered in the IIS Web Service Extensions and set to “Allowed.” If this is not the case, the SharePoint installation will error out – simple as that. It seems pretty common to find .NET 2.0 installed but not displaying in IIS. I’ve found the solution a number of times over across the ‘net (quick and easy!) but not the answer to “why did this happen on this server but not the other?” (more…)
Posted on Sunday, February 1st, 2009 under HowTo | 3 Comments »