摘要:
Question: WebService部署成站点之后,如果在本地测试webservice可以运行,在远程却显示“测试窗体只能用于来自本地计算机的请求”或者"The test form is only available for requests from the local machine. ",Reason: 那是因为没有开启远程访问的原因。Solutions:在web.config的<system.web></system.web>中间加入如下配置节内容<webServices> <protocols> <add 阅读全文
posted @ 2012-02-15 17:33
清山博客
阅读(170)
评论(0)
推荐(0)