We have multiple projects in our system that want to share the same asmx webservice. Does anybody have any advice / best practices on how to do this.
The problem is that the webservices are constantly changing so i can't just add a webreference to production. Also that is dangerous because when doing development I want it pointing to my local machine. Should I just add my web references to localhost?
Also should I have dedicated webservices projects as opposed to asmx files scattered in multiple projects?
Thanks