IIS 7.5, Web Service and HTTP 405 error

后端 未结 6 1193
遇见更好的自我
遇见更好的自我 2020-12-01 19:27

I have a web service which I host on my machine. I use Windows 7 and IIS 7.5.

Problem: When the client tries to consume the web service, he/she ge

6条回答
  •  伪装坚强ぢ
    2020-12-01 19:40

    The listed answer didn't work for me, but I was able to fix the problem by running

    "%WINDIR%\Microsoft.Net\Framework\v3.0\Windows Communication Foundation\ServiceModelReg.exe" -r

    This re-registered the handler mapping for *.svc

提交回复
热议问题