Browser-neutral way to start local process from intranet

We currently have a corporate intranet built with ASP.NET and originally designed for IE. One of the purposes of the intranet is to manage file versioning and to launch programs with the current file version. This requires the intranet to start processes on the machine locally, and is done using ActiveX.

We are now reworking the intranet to be as browser-neutral as possible, but this local application launching thing has us stumped.

Can anyone suggest a browser-neutral way to start processes locally? This is strictly for internal use on a corporate LAN with computers that are authenticated on a Windows domain.

Possibilities that we've floated, in rough order of preference:

  • Javascript (doubt it's possible)
  • Silverlight
  • Flash
  • Java applet
  • Scheduling a task for "now" with windows group policy (seems like a hack)
  • Have a locally-running process and use IPC from a server (also sort of a hack)

Anyone have any thoughts on what is likely to work and be not a huge PITA to implement?

1
задан Hank 15 September 2010 в 21:20
поделиться