c# - unable to update WCF service in the project -
im using wcf serivce project. updated service , published server. when try update service in project gives error.
error:
there error downloading 'http://sample.sample.com/sample/sample.asmx'.
the underlying connection closed: unexpected error occurred on receive.
unable read data transport connection: existing connection forcibly closed remote host.
an existing connection forcibly closed remote host
metadata contains reference cannot resolved: 'http://sample.sample.com/sample/sample.asmx'.
an error occurred while receiving http response http://sample.sample.com/sample/sample.asmx. due service endpoint binding not using http protocol. due http request context being aborted server (possibly due service shutting down). see server logs more details.
the underlying connection closed: unexpected error occurred on receive.
unable read data transport connection: existing connection forcibly closed remote host.
an existing connection forcibly closed remote host
Comments
Post a Comment