I have a web.config file open in a textbox and would like to manipulate it.For example, allowing the user to chang开发者_如何学Pythone the DBConn string or something.At the stage of trying to change t
I have a custom config file in my application say my.config. Suddenly I ecnountered with some error regarding one of the settings inside the config file and the strange thing happens- my content of th
I am trying to read dataSource ad Catalog from <connectionStrings> in web.config in Silverlight business project. Unfortunatelywhen I used SqlConnectionStringBuilder, I could not read connection
I am currently running a WCF service on an AppFabric server and my application needs to load a the web.config file dynamically to retrieve custom configuration sections.
I have a console application that is trying to load a CustomConfigurationSection from a web.config file.
I have a win form that creates a site in IIS7. One function needs to open the web.config file and make a few updates. (connection string, smtp, impersonation)
I just started using NUnit to write test cases for my asp.net web application project. Some of the code written to access database values fetches the ConnectionString from a \"section\" defined under