访问和更新配置文件中的自定义部分

时间:2016-12-16 03:26:28

标签: c# asp.net c#-4.0 c#-3.0

我有一个配置文件,其中添加了自定义部分。如何访问ConnectionString字段并进行更新? (我不能使用xpath或任何与xml相关的东西)

<?xml version="1.0" encoding="utf-8" ?>
<configuration>
    <configSections>   
        <section name="HandleApplication" 
                 type="Contracts.ConfigSections.HandleApplication, Contracts"/>
    </configSections>
    <HandleApplication>
        <Handler  AppId="2" ConnectionString="XXXXXXXXXXXXX"/>    
    </HandleApplication>
</configuration>

1 个答案:

答案 0 :(得分:0)

为什么你不能使用任何xml相关的东西? 您可能想要考虑REGEX