I have a simple corporate portal that allows users to run their applications from a browser. Hypersurface URLs are passed (using Javascript) to a signed applet to run client-side applications. All clients are XP or Vista, and they all run IE6 or IE7.
I watched Silverlight recently and I'm wondering if I can do something like this. Ideally, I would like to do everything from Silverlight and get rid of the applet.
Can I invoke client-side applications from Silverlight? Can I sign a Silverlight application to give it additional rights?
source
share