如何更改app.config文件設置 我app.com是如何更改app.config文件設置
<configuration>
<configSections>
<sectionGroup name="applicationSettings" />
<section name="Chat.Properties.Settings"/>
</sectionGroup>
</configSections>
<applicationSettings>
<Chat.Properties.Settings>
<setting name="Chat_WebReference_WebService1" serializeAs="String">
<value>http://localhost/logs/abc.asmx</value>
</setting>
</Chat.Properties.Settings>
</applicationSettings>
</configuration>
我想編輯值 的http://本地主機/日誌/ ABC。 ASMX
我假設你想在運行時做到這一點? –
你的app.config文件無效。 ''你已經關閉了這個標籤。爲什麼再次在第5行輸入' sectionGroup>'? –
Dmytro