I have two services one ASMX and one WCF service hosted.
And they are added as "Web Reference" to a project.
My question is, when should I update the reference in the project.
Is it only when I add/edit a Web method / Contract to the service.
Or Do we need to update it even if some code level change is done?