Accessing a WCF service over LAN
-
hi, I can access my WCF sevice on the same machine by this code:
net.tcp://localhost:8888/evalservice
and tried to access the service from a client with this code(server name is:server2):net.tcp://server2:8888/evalservice
but not successful. Can you please tell me what to do? And are there any other configuration settings that needs to be done? Thanks, -
hi, I can access my WCF sevice on the same machine by this code:
net.tcp://localhost:8888/evalservice
and tried to access the service from a client with this code(server name is:server2):net.tcp://server2:8888/evalservice
but not successful. Can you please tell me what to do? And are there any other configuration settings that needs to be done? Thanks,Are the firewalls configured correctly?
-
hi, I can access my WCF sevice on the same machine by this code:
net.tcp://localhost:8888/evalservice
and tried to access the service from a client with this code(server name is:server2):net.tcp://server2:8888/evalservice
but not successful. Can you please tell me what to do? And are there any other configuration settings that needs to be done? Thanks, -
Here is the error message: A remote side security requirement was not fulfilled during authentication. Try increasing the Protection Level and/ or Impersonation Level And firewall is off on both client and server
-
Here is the error message: A remote side security requirement was not fulfilled during authentication. Try increasing the Protection Level and/ or Impersonation Level And firewall is off on both client and server
-
Hi Calla, I solved the issue. Thanks for your interest
-
Hi Calla, I solved the issue. Thanks for your interest