用于Windows窗体应用的.net应用服务器 [英] .net appplication server for windows forms apps

查看:95
本文介绍了用于Windows窗体应用的.net应用服务器的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我需要一些帮助。我希望用c#编写这个应用程序。它就像一个电子注册软件。很多人都会输入数据,所以我将数据库放在本地服务器上。现在,我有两个选择:第一个是在c#中编写一个访问服务器上数据库的Windows窗体应用程序。我知道如何做到这一点,应用程序只是一个数据库应用程序,只是注册用户的详细信息。但问题是,在更新的情况下,我需要更新每个客户端系统上的软件。所以有人建议(第二个选项)我使用web界面:php或asp.net,这样应用程序逻辑和数据库都在后端。我不是真的做网络应用程序,但我认为这个应用程序在asp.net中应该不难做到。但是,我仍然更喜欢Windows窗体应用程序。如何做到这一点就是问题。

我想使用C#windows窗体应用程序,驻留在服务器上以便于更新和部署。用户需要做的只是单击桌面上的快捷方式,或者可能启动一个瘦应用程序,主应用程序将从服务器启动他的屏幕。请问我该怎么做?感谢你的帮助。

I need some help here. there is this application I want to write in c#. it''s like an e-registration software. Many people will be entering data, so I put the database on a local server. Now, I had two options: the first is to write a windows form application in c# that accesses the database on the server. I know how to do this, an the application is simply more of a database application, just registration of user''s details. but the problem is that in the case of an update, I would need to update the software on each client system. so it was suggested (the second option) I use a web interface: either php or asp.net, so that both the application logic and database are on the backend. I don''t really do web applications, but I think this application should not be hard to do in asp.net. However, I still prefer the windows form application. how to do this is the problem.
I want to use a C# windows form app, residing on the server for easy update and deployment. all that a user needs to do is click a shortcut on his desktop, or probably start a thin app, and the main app will launch on his screen from the server. Pls how do I do that? Thanks for your help in advance.

推荐答案

看看点击一次 [ ^ ]用于Web部署和自动更新富客户端应用程序。
Take a look at click once[^] for web deployment and auto update of rich client apps.


一个快速有效的解决方案我想告诉你,你保留你的exe在服务器的共享文件夹中,从客户端系统访问该文件夹,右键单击exe并将快捷方式发送到桌面。



这就是它,它会工作肯定。



如果它不起作用,请告诉我。
A quick and effective solution i would like to tell you that you keep your exe in a shared folder in the server and from client system access the folder and right click on the exe and send shortcut to desktop.

That''s it and it will work for sure.

Do let me know if it doesn''t work.


这篇关于用于Windows窗体应用的.net应用服务器的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆