While deploying a very simple Silverlight application using a Silverlight enabled WCF service, I ran into this little problem: On my development machine hosting the app using the normal VS host (By running the app using F5) everything works perfectly (Creating a random port number for the app and service) If I now deploy this app and service to my production machine, the Silverlight app works but it can’t access the WCF service!!! Things I double checked: Make sure the Silverlight application runs...