I've got a Sivlerlight app that I want to call from either https or http. I've got it working with one or the other but am having problems making it work with both (with a single web.config)
I've found a post on silverlight.net forums that shows how they did it but it is not working for me. http://silverlight.net/forums/t/13275.aspx (the post marked as the answer)
Am I missing something?
If I browse to the https url for the service it gives me the mex description page but if I browse to the http site for the service I get;
"Could not find a base address that matches scheme https for the endpoint with binding BasicHttpBinding. Registered base address schemes are [http]."