IIS 6.0 hosting ASP.NET 3.5. From the Visual Studio 2008 aspx code behind (aspx.cs) running on the server I need to determine if Silverlight is installed on the client and if so which version.
I know from Java on the client this can be done. That is not what I need.
I know I can put in a control that will render if Silverlight is installed. That is not what I need.