开发者

how to update web reference location

i have an application wherein i am using a web-service. Now the ip address of the machine where this web-service was residing has changed.

i try to update the web reference in my application and it is still trying to access the web-service from the old location. How do i change this to the new location.

I have alread开发者_开发知识库y updated the new location in my web.config file.

Please help!!

Thank you.


Right click the service, Choose configure and change the address.


If you're getting an unspecified error you could always remove the existing reference (which will break the build, so don't check anything in), then add the new one. Build and test to make sure it works and then check it in to source control.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜