Monday, July 19, 2010

Installing and Activating the Feature

Installing Feature
Start-->Run-->cmd


cd C:\Program Files\Common Files\Microsoft Shared\web server extensions\12\BIN>

C:\Program Files\Common Files\Microsoft Shared\web server extensions\12\BIN>stsa
dm.exe -o installfeature -name DemoFeature -force

DemoFeature :Feature fodler name in the /features

Activating Fature

2 ways we can activate feature

1)From comand promt
2)from sharepoint site


From command promt:

C:\Program Files\Common Files\Microsoft Shared\web server extensions\12\BIN>stsa
dm.exe -o activatefeature -name DemoWorkflowfeature -url http://jagadeeshv:9999
-force


From Sharepoint site:


Site actions--> if scope="web"

find site features

if scope="Site"


go to Site collection features

Find Feature title and click on activate

No comments:

Post a Comment

Content Editor Webpart not showing up in SharePoint Online ------------------------------------------------------------------------------...