I have a scenario, my asp.net application is consuming a WCF service. Now for the service has two version say for example testservice and prodservice. I have to use either of them at any given time. In order to test, I need to point my appplication to test or prod. Can I achieve this by, simply changing url in endpoint in web.config of my asp.net application or need to add saperate service refernce for each of them.
Please guide.
Thaks