SharePoint,如何以编程方式更新/编辑/修改owstimer.exe.config?

时间:2014-03-05 20:11:00

标签: c# sharepoint

有没有办法在SharePoint 2010中以编程方式更新/编辑/修改 owstimer.exe.config

我不想手动编辑它...

我想在其中添加/删除/更新/修改AppSettings。

例如:

<?xml version="1.0" encoding="utf-8" ?>
<configuration>
  <appSettings>
    <add key="testKey" value="testValue"/>
  </appSettings>
  <runtime>
  </runtime>
</configuration>

位置:C:\ Program Files \ Common Files \ Microsoft Shared \ Web Server Extensions \ 14 \ BIN \ owstimer.exe.config

谢谢

0 个答案:

没有答案