Multiple choice technology

Choose the Correct steps required to deploy a feature in SharePoint (Multiple Selection)

  1. Create a Folder in C:\Program Files\Common Files\microsoft shared\Web Server Extensions\12\TEMPLATE\FEATURES

  2. Create a Folder in C:\Program Files\Common Files\microsoft shared\Web Server Extensions\12\bin\FEATURES

  3. Create a Feature.xml file in the Feature Folder Created

  4. Use Central Administration to Install the Feature

Reveal answer Fill a bubble to check yourself
A,C Correct answer
Explanation

To deploy a SharePoint feature, you must create a folder in the 12\TEMPLATE\FEATURES directory (option A), not in the bin directory. Within this folder, a Feature.xml manifest file (option C) is required to define the feature's properties and elements. The Central Administration interface is used to activate features after installation, not for the initial installation itself - that requires stsadm commands or PowerShell. The 12\bin\FEATURES path (option B) is incorrect as features are template definitions, not binary executables.