Silverlight创建并执行文件服务器端

时间:2022-04-22 16:01:24

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.

为了做到这一点,我希望在某个相对路径(例如“// Files”)下创建自定义文件服务器端,然后告诉服务器执行它。

How can i do this?

我怎样才能做到这一点?

Thank you

谢谢

1 个解决方案

#1


0  

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).

您需要公开客户端的相对路径,然后将它们链接到该位置。如何设置将在很大程度上取决于我们所谈论的服务器类型(Windows或Linux,IIS或Apache等)。

#1


0  

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).

您需要公开客户端的相对路径,然后将它们链接到该位置。如何设置将在很大程度上取决于我们所谈论的服务器类型(Windows或Linux,IIS或Apache等)。