Hi,
I have a WCF Service and Two different Web application at client side. I have reference the WCF service in my web application.
Now If I modify or add new method in the wcf service. I want the wcf references automatically refreshed the web application. so no need to manually update the wcf reference.
Thanks