Office SharePoint Server Publishing Infrastructure gives Access denied
Posted on
5/7/2008 @ 2:47 PM
in
#Sharepoint
|
0 comments
|
1944 views
I keep forgetting the specific command, so I'm putting it up here.
Problem: Activating the "Office SharePoint Server Publishing Infrastructure" gives you an access denied.
Solution: Run -
stsadm -o activatefeature -name PublishingResources -url <yourwebsiteUrl>
|