关于多用户申请的问题
我使用 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
有一些可能性:
如果您迁移到 2008:
不要使用 ClickOnce,除非您知道它的作用
There are some possibilities:
If your migrating to 2008:
And do not use ClickOnce unless you know what it does