I have a webservcie, which is used in a window application, which is deployed in several machines. When i change the webservice, when i add a method or update the service i want the webreference be automatically updated when client invokes the service.
Note: My service address is not changed.
History of the problem:
The Service was residing as an application (a virtual directory converted into application using "Convert to application" feature of IIS) inside a website.
Now the application containing the service is converted back to virtual directory.
Within LAN the clients which are using this service are working without any problem but the clients outside the LAN are not working as expected. They are working if we do update web-reference and deploy them again.
The IIS version used is IIS 7.5.