c# - WCF: There was no endpoint listening -


this question has answer here:

i try build application send messages between 2 machines usinf wcf , found article: http://tnvbalaji.com/articles/wcf-tutorials/

after follow steps , when server , client runs on same machine works fine. when try connect server other machine in same network received error there no endpoint listening.

baseaddress = "http://localhost:8732/design_time_addresses/wcfmathservlib/mathservice/" 

so after run client machine have changed machine ipaddress instead of localhost in both app.config , still received error. btw firewall disable in server machine. problem ?

try publish wcf service , deploy in iis. hosting website, require host wcf service enable access other machine.

after hosting, browse service , use ip address service reference.


Comments

Popular posts from this blog

c# - How Configure Devart dotConnect for SQLite Code First? -

java - Copying object fields -

c++ - Clear the memory after returning a vector in a function -