When trying to update the web reference to a deployed asp.net webservice from a windows forms app, I get an error.
Unable to download following files from .
https://webserver/webservices/myservice.asmx?wsdl
For some reason it is looking at a host called webserver, but that isn't what it needs to look for for the WSDL. It needs to look at the domain name that I put in for the web service reference to begin with. I suppose I have a problem in IIS.
What can I do to fix this?