I have a WCF Restful service hosted in my windows application.
The clients to the service are mobile applications.
The clients call the service and messages are passed to the application and work is executed.
The issue that i am facing is that the application works fine in most of the cases. But it doesnt work on some machines and network settings.
To give a better idea : The app is not working on machine 1 connected to router A. Now as i change and connect it to router B, the same app starts working on the same machine.
Similarly, the app is not working on machine1 connected to router A. Now as i change the machine and remain connected to the same router, the app works fine.
I am not able to figure out the problem. Any idea on how to debug this issue?
Any help appreciated.