A web application on ASP.net was launched, next to it is a service (* .svc), now this method is used for their communication (WEb.config):
<client> <endpoint address="http://localhost/GiService.svc" binding="basicHttpBinding" contract="RespService.IProcess"/> </client>
The problem of this method is that it is tied to a specific URL, how to avoid it?