How can I get a program on a client machine to run from an ASP.NET page?

后端 未结 4 1598
北恋
北恋 2020-12-31 23:03

I have an app that I\'m trying to run on an intranet. On my machine it worked great (famous last words) but when I put it up to the server, it didn\'t work. As soon as I saw

4条回答
  •  再見小時候
    2020-12-31 23:37

    Since the machine already needs to have this "hidden" program installed, why not just write a native application and install that and have the employee run that instead of your web application?

提交回复
热议问题