Koen’s Weblog

SharePoint developer with a life!

Posts Tagged ‘Publishing Microsoft Office SharePoint Server’

Activating Publishing on Moss 2007

Posted by koenvosters on July 7, 2008

This post is more a personal reference than an actual blog post :) On our development machines we install SharePoint on the same user, and every time the Publishing features site collection activation gives an Access Denied error. I could just use different users so that the application pool runs under an authenticated user that allows remote activation of features. But I prefer to just run :

C:\Program Files\Common Files\Microsoft Shared\web server extensions\12\BIN>
stsadm -o activatefeature -name PublishingResources -url http://website

on the server itself :)

Posted in Moss 2007 | Tagged: , | Leave a Comment »