I am writing Installer class that will be called as custom action from Web Setup Project. I want to modify "Initial Catalog" and "Data Source" based on user provided values.Has anyone done similar task?
Is it a good idea to use esConfigSettings class and ConfigurationSection.Save function?Or it is simpler to read web.config as XML DOM, replace connectionString as string and Save file?