Silverlight identification from server side
-
Hi, How to identify/find that silverlight is installed in client browser from server side. Regards Bhavin
I don't think you can. It doesn't add anything to the user agent (at least it didn't used to), so the only way you could tell is by writing something that does a client side check and then reports this back to the server.
Forgive your enemies - it messes with their heads
My blog | My articles | MoXAML PowerToys | Mole 2010 - debugging made easier - my favourite utility
-
Hi, How to identify/find that silverlight is installed in client browser from server side. Regards Bhavin
You would need to run some sort of a script on the client that informs the server if there is a version installed. If you want to do this via silverlight, the silverlight client will need to communicate with a web service where the version can be a parameter.
The funniest thing about this particular signature is that by the time you realise it doesn't say anything it's too late to stop reading it.