Does anyone know of any tools, or even good processes for deploying Web Services and Silverlight applications that rely on those, and have it be able to automatically change the web services url and port nunbers in the config files automatically?
right now I am always finding myself having to change the web service config on the server and then also have to edit the config inside the XAP. This is a pain when deploying small iterations to several servers (test, sales, demo, production, etc). I know i could write custom code, but i want to avoid that if I can.
Its especially painful forgetting to make a change and getting a call later from a tester.
Thanks