Multiple choice technology platforms and products

Is it possible to make safe controls entry in web.config through solution package eliminating need of modifying web.config manually?

  1. True

  2. False

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

SharePoint solution packages can automatically modify web.config to add safe controls entries through the solution manifest. This eliminates manual web.config editing when deploying solutions that include server controls or web parts. The solution framework handles the configuration update as part of the deployment process.