xmlDocument.SelectNodes with xmlns="..." Spent most of today wondering why I couldn't update a connection string in a web.config file using xpath which had the default namespace for xmlns defined at the root of the config file. e.g. <configuration
Read More...