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

Popular posts from this blog

Load Balancing in Bluemix using custom domain and DNS SRV records -

oracle - pls-00402 alias required in select list of cursor to avoid duplicate column names -

python - Consider setting $PYTHONHOME to <prefix>[:<exec_prefix>] error -