SharePoint の Web 構成で作成するカスタム エントリが多数あります。プログラムでそれを行う方法はありますか。これを下に追加するなど
<PageParserPath>
<PageParserPath VirtualPath="/*" CompilationMode="Always" AllowServerSideScript="true" IncludeSubFolders="true" />
また、完全に新しいセクションを追加する必要があります
<connectionstring>
entries here
</connectionstring>
どうすればプログラムでそれを行うことができますか