Consume-webservice-same-application-multiple-environment
I have asp.net application.I need to consume a web-service url from config files.
But I have three environments with 3 different urls like below
http://test/webservice
http://qa/webservice
http://prod/webservice
how to call this in different config files with same service name might be