Can someone tell me if there is a way for me to use the WebConfigurationManager.OpenWebConfiguration() using a remote server, port and virtual directory?

Examples cited in http://msdn.microsoft.com/en-us/library/ms228063.aspx and http://quickstart.developerfusion.co.uk/QuickStart/aspnet/doc/management/mgmtapi.aspx only use the virtual path and server.

In my setup I have a webservice that resides on the root (defaultsite) of a remote server on a specific port (e.g 1570). I would like to connect and retrieve a configuration setting from the web.config file of this webservice.

Thank You

link|improve this question

67% accept rate
feedback

1 Answer

up vote 1 down vote accepted

Seems like this might be what you need?

http://forums.asp.net/p/991344/1291011.aspx#1291011

link|improve this answer
Ok, I will have to try this out and let you know, thanks – D0cNet Apr 10 '10 at 15:57
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.