码迷,mamicode.com
首页 > Windows程序 > 详细

[问题解决](Windows Server 2012 R2)WCF, Web Service 部署在(Windows Server 2012 R2)IIS上,调用时返回FaultException,在浏览器上点击 Web Service的Hello方法,显示500错误。

时间:2017-10-21 18:56:36      阅读:597      评论:0      收藏:0      [点我收藏+]

标签:web   .config   pos   错误   protoc   错误信息   config   bsp   add   

解决方法:

1.把WCF改成Web Service;

2.在Web.config中,在<system.web>里面加上  

<webServices>

<protocols>

<add name="HttpPost" />

<add name="HttpGet" />

<add name="HttpPostLocalhost" />
</protocols>

</webServices>

3.刷新Windows Server的浏览器,点击 Web Service的Hello方法,就会返回具体的错误信息了。

 

[问题解决](Windows Server 2012 R2)WCF, Web Service 部署在(Windows Server 2012 R2)IIS上,调用时返回FaultException,在浏览器上点击 Web Service的Hello方法,显示500错误。

标签:web   .config   pos   错误   protoc   错误信息   config   bsp   add   

原文地址:http://www.cnblogs.com/akiva/p/7705336.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!