Archives for: "November 2012, 22"
Edit Connection String in code and save into web.config
I am building an installer for my CMS, AdvGenCMS. The first part is adding connection string and saves it into web.config. That is doable in C#. Just like the following code:
Configuration config = WebConfigurationManager.OpenWebConfiguration("~");… more »