I want to add or upda开发者_JS百科te webconfig file in C#. How can i do this?
You need to look at the ConfigurationManager
class. It will give you a Configuration
object which you can edit and call Save
on.
I want to add or upda开发者_JS百科te webconfig file in C#. How can i do this?
You need to look at the ConfigurationManager
class. It will give you a Configuration
object which you can edit and call Save
on.
精彩评论