I built my simple application by following the Walkthrough sample in MSDN Library. My web service is on localhost, so my website application Add Web Reference is referring to localhost.
My Visual Web Developer 2008 Express Edition has no Build/Publish option, only Build/Build Page, Build Web Site and Rebuild Web Site. So I simply copy the files to the actual web server.
I change 9 references in the files (web.config -1, service.disco - 4, service.discomap - 2, service.wsdl - 2) from localhost to the actual host hosting the web service. It works. Is this the right method? Is there a simpler method?
Thanks.
