如何使用C#创建服务器端设置

问题描述:

我创建了一个Windows程序,该程序可以在任何计算机上完美运行.该程序完全使用c#设计,其数据库位于SQL Server 2008 R2中.

现在,我想在不安装SQL Server 2008 R2的情况下使用此程序.已经开发的该设置用作客户端程序.并在安装时在服务器端自动安装了sql server.

任何人都可以帮助我如何创建服务器端应用程序吗?重要的是我的程序已经开发好了,只需要安装SQL Server.

希望我能表达我的问题.
如有任何疑问,请询问.

在此先感谢.

I have created a windows programme which runs perfectly in any computer. This programme is totally designed in c# and its database is in SQL server 2008 R2.

Now i want to use this programme without installing SQL server 2008 R2. That setup which is already developed used as a client side programme. And in the Server side at the time of installation sql server is installed automatically.

Can any one help me how do i create a server side application; and the important thing is that my programme is already developed just need to install SQL server with it.

Hope i can express my problem.
If any query please ask.

Thanks in advance.

选中此


> http://*.com/questions/2251062/c-sharp-how-to-make-make-an-installer-for-my-application [
check this


http://*.com/questions/2251062/c-sharp-how-to-make-an-installer-for-my-application[^]

hope it helps you clearing your question.. thanks


尝试部署c#应用程序.它会自动编译并可以作为可执行文件执行.

问候,
爱德华
Try deploying your c# application. It will automatically be compiled and can be executed as an executable file.

Regards,
Eduard