Configuring SL Client and Service to load from different domains
I have a SL client and a WCF service the SL client uses residing on my web server. Depending on where they are called from the domain name will be different.
For example, inside my intranet the web site is called server.main.local but from the internet the web site is called abc.com.
How do I configure/code my silverlight client and WCF service so that they work when called from either domain.
Any ideas?
Thanks!
John
|