我正在使用VS2008 SP1 ClickOnce部署來部署應用程序。應用程序引用一個Web服務,它將連接詳細信息存儲在app.config文件中。例如,以下是存儲:.NET單擊一次部署App.config
<client>
<endpoint address="http://someservice.com/someservice" binding="customBinding" bindingConfiguration="ServiceSoapBinding" contract="AService.AService" name="AServicePort" behaviorConfiguration="endPointBehavior"/>
</client>
我需要能夠驗證上部署的應用程序這個終點地址的值。我可以完全訪問服務器上的每個已部署文件,但我沒有看到任何app.config條目的引用。
哪裏有app.config設置存儲在發佈的數據中,我該如何訪問它們?
親切的問候,
F.
完美!謝謝。 – fin
歡迎Finbar。 –