通过 HTTP 执行位于共享上的 ClickOnce 应用程序?
我有一个部署在网络共享上的 ClickOnce 应用程序(仅限在线)。 人们可以通过创建快捷方式来运行该应用程序
i:\ApplicationDirectory\ApplicationName.application
其中 i
是网络共享驱动器的盘符。
我想通过 HTTP 启动应用程序。 为此,我需要可以通过我的网络服务器访问 .Application 文件。 但是我无法选择 ApplicationDirectory 作为 IIS 的虚拟目录。 我尝试将 .Application 文件复制到虚拟 IIS 路径,但这会导致部署损坏(我还更新了 .Application 文件中的 application_files 引用)。 是否有(其他)方法通过 HTTP 启动部署在网络共享上的 ClickOnce 应用程序?
i have a ClickOnce application (online only) which is deployed on a network share. People can run the application by creating a shortcut to
i:\ApplicationDirectory\ApplicationName.application
where i
is the letter of the drive of the networkshare.
I want to start the application over HTTP. For this, I need the .Application file to be accessible through my webserver. However I am unable to select the ApplicationDirectory as a virtual directory for IIS. I tried copying the .Application file to a virtual IIS path, but this makes the deployment corrupt (i also updated application_files reference in the .Application file). Is there a(nother) way to start a ClickOnce application, deployed on a network share, over HTTP?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
批处理文件应如下所示:
The batch file should look something like this: