🎴 Flashcard Mode
IT Infrastructure and ETL Platforms Quiz
Card1 / 20
Mastered0
Review0
QuestionClick to flip
Is it possible to make safe controls entry in web.config through solution package eliminating need of modifying web.config manually?
AnswerClick to flip back
A
True
💡 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.