I have two computers (PC1 and PC2) are connected togother in Local Network.
- In PC1 I create WCF Service Application after that I create Windows Form Application then add Service Reference to this project after that test the WCF Service via windows Form Application. It is well run.
- In PC2 I create ASP.NET Application then try Add Service Refference of WCF Service that is placed in PC1 via this URL (http://192.168.62.2/Sevice1.svc?wsdl) but it is can't connect with WCF Service .
Note// I was stopped the Firewalls at both Computers (PC1 and PC2)