在asp.net中使用Web服务的问题 [英] Problem in using web service in asp.net

查看:85
本文介绍了在asp.net中使用Web服务的问题的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我想使用网络服务,但是当我调试代码时,它会抛出错误



无法自动进入服务器。连接到服务器机器

'devapi.stellatravelgateway.stellatravelservices.co.uk'失败。

调试器无法连接远程计算机。



上面提到的错误在visual studio 2010中显示为弹出框



请帮助

解决方案

< blockquote>您收到该错误,因为Web服务托管在远程服务器上,因此您无法从本地计算机访问该代码。您可以做的是手动将参数传递给Web服务并查看它通过了什么错误?


I want to use a web service but when i debug the code,it throws an error

Unable to automatically step into the server.Connecting to the server machine
'devapi.stellatravelgateway.stellatravelservices.co.uk' failed.
The debugger cannot connect the remote computer.

the error mentioned above shown as a pop up box in visual studio 2010

Please help

解决方案

you get that error because web service is hosted on remote server so you cant access that code from your local machine. what you can do is pass parameters to web service manually and see what error does it through ?


这篇关于在asp.net中使用Web服务的问题的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆