Reputation: 10983
I've created a WCF Web Service and I want to change the 'baseAddress' value in the App.config dynamically without been called from another program.
My problem is :
When my IP address changes, I cannot access to this WCF remotely
Upvotes: 0
Views: 384
Reputation: 3922
Does this match with wath you want to do? http://pieterderycke.wordpress.com/2011/06/03/dynamically-updating-wcf-endpoint-addresses-in-wsdl-meta-data/
Upvotes: 1
Reputation: 1714
You could consider using the discovery mechanism of WCF if the clients are in the same network.
Upvotes: 0