Search
Archive
Category Archives: SharePoint 2007
Publishing Page Image disappears when the page is published
I recently created a feature for a publishing site. The deployment included a custom master page, layout and new home page. The feature activated and the home page was editable, allowing me to add a publishing image to the content. … Continue reading
Using log4net to log workflows
Log4net is very good at logging events to local log files. However, if you are looking for centralized logging, take great care. If you want – 1. to remove the need of having to add log4net configuration to every web.config. … Continue reading
Redirect relative to the SharePoint LAYOUTS directory
If you ever need to redirect to a page that resides in the /_layouts/ virtual directory, i.e. the physical directory found in the SharePoint root in {SharePoint Root}\TEMPLATE\LAYOUTS it is possible to do so without hard coding the URL. Use … Continue reading