I’m currently working on a SharePoint development project and I’ve run into something that I didn’t think was obvious. (That’s my nice way of saying that I was hitting my head against the wall for four hours trying to figure this out!) I’m putting together a SharePoint Feature that will add two connection strings to the web.config. My original code was something like this: private void AddConnectionString(SPWebAp... webApp, string Owner, string connectionName, string connectionString, uint ......