I'm working on a project that was not created by me. This project contains a web reference to some windows service that is run on a remote machine.
In Visual Studio 2010 it looks like this:
I used VS's search to get the IP in the solution and see it in 5 places in a project. Also, it seems there is code in 3 places (others are is web.config and config.config files) with the IP reference that were generated by Visual Studio.
I have never used web references - is it possible to change the IP pointing to this web service without recompiling?