Rest WCF service returns 404 -
Rest WCF service returns 404 -
i develop web service using wcf , host guy iis 7.5. generate js proxy (using
http://host/site/contracts/service.svc/js feature browser) phone call service web page. works fine. on test machine iis homecoming 404 error when seek phone call method of service. on machine service homecoming right json. spend few days trying figure out problem.
what can cause problem 404 error?
change endpoint utilize "web" behaviorconfiguration , set address js
<endpoint address="js" behaviorconfiguration="web" binding="webhttpbinding" contract="exceltools.controllers.service1" /> wcf rest iis http-status-code-404
Comments
Post a Comment