Hello everybody
We're currently writing an application that consumes a WS.
I have added the Web reference for the services which was pointing to a demo
site.
Everything now works fine. I need to change my reference to point to the
live site where the same web service exists.
Is there a way for me to add some kind of variable in my code to use one or
the url without having 2 sets of references and by code test "if demo then
else" or 2 set of code where just the reference would be different ?
Thank you for your help ?