I built a web application containing a WCF service contract and a Silverlight control which makes calls to that WCF service. On my development and test servers it works grea
In .Net 4, you can use the multipleSiteBindingsEnabled option:
multipleSiteBindingsEnabled
Then, you won't have to specify each address.
http://msdn.microsoft.com/en-us/library/system.servicemodel.servicehostingenvironment.multiplesitebindingsenabled.aspx