Setup Silverlight application with WCF service to run over HTTPS/SSL

Here are the steps in achieving this task. 1. Setup WCF service. To do this you have to alter web.config file for the web site that hosts the service.  You have to add security setting to basisHTTP binding that is used by Silverlight application to connect to the WCF service.  Here is an example of …

Continue reading ‘Setup Silverlight application with WCF service to run over HTTPS/SSL’ »

Downloading Silverlight application over HTTPS

I encountered an interesting problems today.  I was trying to setup a Silverlight application to run over https.  I was able to successfully run it over HTTP prior to this task.  However, when I switched URL to https://www.mysite.com, I got the error 2104 “Could not download the Silverlight application”.  The solution that I had to …

Continue reading ‘Downloading Silverlight application over HTTPS’ »