Adding Entries in SharePoint Web Configuration File using SPWebConfigModification
nOne of requirement in my project was to edit the web.config of the current SharePoint web application. After some goggling I came to know that SharePoint provides us the powerful API (SPWebConfigModification) to interact with web.config directly. So I will be explaining some points that how to use this API: I created a feature at … Read more