I have a servicereference.clientconfig.
Now my install team is creating an install for my silverlight application. It is an issue because in the servicereference.clientconfig there is a set of web services and they all point to localhost.
What is the easiest way to set this to the server that the install is going to?
Off the top of my head the install script would have to unzip the xap file, modify servicereference.clientconfig. then rezip. Is this really the easiest way?