Status Update
I am very tired, but Silverlight application our team has been working on for 6+ months is now officially live! We saw that someone used it over the weekend! More reflections on the project are to come in the next few weeks.
I am very tired, but Silverlight application our team has been working on for 6+ months is now officially live! We saw that someone used it over the weekend! More reflections on the project are to come in the next few weeks.
My talk at SQL Saturday just ended. My topic was CLR integration – Integrating CLR assemblies to support custom image creation and encompassing complex business logic in SQL server/SSRS. I posted all the code and slides here As always it was a pleasure to talk in front of my fellow developers.
I will be speaking at the upcoming SQL Saturday in Atlanta on April 25, 2009. What is SQL Saturday? It’s a one day free training event for SQL Server professionals organized by a local user group. It takes a lot of work and a lot of volunteers, but it’s also a lot of fun! It …
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’ »
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’ »