且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

IIS 7.5、Web 服务和 HTTP 405 错误

更新时间:2023-12-05 14:39:04

经过几个小时的挣扎,这是对我有帮助的最终解决方案(从 fiddler 测试):

After hours of struggling, this is final solution that helped me (tested from fiddler):

  1. 在 IIS 7.5 上 -> YourWebsite -> 处理程序映射
  2. 选择面板右侧的添加模块映射"选项
  3. 在请求路径"字段中输入 *.wsdl
  4. 在模块"字段中输入ProtocolSupportModule"
  5. 点击请求限制"并转到动词"选项卡
  6. 输入 POST 动词
  7. 保存更改

结束瞧,提琴手不再回答 405,而是回答快乐的 200.

End voila, fiddler no longer answers with 405 but with happy 200.