Silverlight服务器端创建并执行文件
在我的应用程序中,我可以选择查看打开窗口应用程序(谷歌地球)的文件。
为了做到这一点,我希望在某个相对路径(例如“//Files”)下创建一个自定义文件服务器端,然后告诉服务器执行它。
我该怎么做?
谢谢
In my app i have the option of viewing a file that opens a window application (google earth).
In order to do that i wish to create a custom file server-side under a certain relative path (eg. "//Files") and then tell the server to execute it.
How can i do this?
Thank you
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您需要向客户公开相对路径,然后让它们链接到该位置。如何设置在很大程度上取决于我们所讨论的服务器类型(Windows 或 Linux、IIS 或 Apache 等)。
You would need to expose the relative paths to your clients and then have them link to that location. How you set it up will depend heavily on what type of server we are talking about (Windows or Linux, IIS or Apache, etc).