关于多用户申请的问题

发布于 2024-09-10 13:58:58 字数 232 浏览 2 评论 0原文

我使用 Visual Studio 2005 和 SQL Server Express 开发了一个应用程序作为我的大学项目。最多五人评估该项目。目前我已经在每个人的机器上安装了它。但是,当我更新应用程序时,我需要转到每台计算机并更新可执行文件。我大学的五个人都可以访问一个中央服务器。 我想知道的是,有没有一种方法可以让所有的人同时从中央服务器运行应用程序,这样我就不需要跑到校园里的每个人那里来更新它?我想在服务器上更新它并完成它。 感谢您的帮助。

I have developed an application as my college project using Visual Studio 2005 and SQL Server Express. Up to five people evaluate the project. At present I have installed it on everyone's machines. However, when I update my application, I need to go to each machine and update the executable file. There is a central server that can be accessed by all five at my college.
What I want to know is, is there a way where all of them can run the application simultaneously from the central server so that I do not need to run to everyone on campus to update it? I want to update it at the server and be done with it.
Thanks for your help.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

a√萤火虫的光℡ 2024-09-17 13:58:58

有一些可能性:

  • 直接从文件共享启动(对网络性能不利且安全性复杂)
  • 编写您自己的更新程序 - 您可以使用文件共享作为源

如果您迁移到 2008:

  • 使用 WCF 服务将控件发送到客户端
  • 您的客户端程序可能又小又笨

不要使用 ClickOnce,除非您知道它的作用

There are some possibilities:

  • Start it directy from the fileshare (negative for network performance and complicated with security)
  • Write your own updater - you can use the fileshare as source

If your migrating to 2008:

  • Use WCF Services to send controls to the clients
  • Your client programm can be small and dumb

And do not use ClickOnce unless you know what it does

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文