Hi,
We use VS 2005 and use a lot of webservices. My understading of VS 2005 is that by default the webservice urls behaviour is set to dynamic and it picks up the url from the web.config during runtime. But strangely, I have run into cases where this is not happening. The webservice continues to use the url used to add the webreference and does not pick from the web.config.
Here are my questions
- Am I doing anything wrong or missing something?
- If no, has anybody experienced the same issue and what is the solution.
Thank you