I have a Web App that reference a Web Service in VS 2005.
The URL of the web service is static. How do I make it dynamic (reading from the Web.config file)?
In VS 2003 there is a URLBehavior property you can easly set in the Service proxy.
I looked all over VS2005 and did not find anything similar.
Any help will be appreciated.
Thanks