Hi,
I am using web method in my web app by using web reference.
It works fine when in debug mode.
It fails when testing a published version.
error message is: The remote name could not be resolved: 'ws.mysite.net'
Is there any issue when publishing project?
Do I need to do something different while publishing web project that uses web service reference.
Thanks,
Vaibhav
Open the web.config file and change the location of the WebService URL. that should solve the issue.
Hope this helps...
Unfortunately, this didn't help me. Any other input?
Thanks,
Vaibhav
This must be the issue of the proxy server. Please ensure that the server does not require any kind of authentication like telnet. Also add entry in the machine.config for your application under Default proxy tag.
hope this helps
Regards,
Suhas
Hi,
Entry in machine.config solved problem.
I added a sectiongroup in it i.e. same lines copied from web.config to machine.config for web url.
Thanks,
Vaibhav