就是博客
If you think you can, you can!

随笔分类 -  WebService

解决C#开发的WebService在发布没有HttpGet和HttpPost协议的问题
摘要:在运行WebService的网站中找到web.config并修改此文件:1)找到节点system.web/system.web2)在此节点里加入以下设置: webServices protocols add name="HttpPost" / add name="HttpGet" / /protocols /webServices 阅读全文
posted @ 2010-12-17 10:54 sungcong 阅读(897) 评论(0) 推荐(0)