c# - No Endpoint listening -
there no endpoint listening @ http://api/apiwcf.svc/soap accept message. caused incorrect address or soap action
i've created new website in iis called api, assigned folder of application is. when run it, gives me error mentioned above.
what i've tried:
deleted website , re-added in iis.
i set project run under local iis under web properties.
it's running under current page.
i changed virtual directory.
i checked webconfig folder, follows:
<pages controlrenderingcompatibilityversion="3.5" clientidmode="autoid"/>
have done wrong in iis? cant figure out.
change url in client endpoint have host name
<endpoint address="http://[your host name]api/apiwcf.svc" binding="basichttpbinding" bindingconfiguration="basichttpbinding_apiwcf" contract="bettingworld.juiceapiwcf" name="basichttpbinding_apiwcf"/> </client>
Comments
Post a Comment