部署.net应用程序

问题描述:

嗨Guyz,
我已使用SQL Server-2005作为Back -End创建了VB.net应用程序.
我想为该应用程序创建d设置.
我有几个问题---

1.如何创建安装文件?:confused:

2.在安装应用程序之前我是否需要在计算机上安装SQL Server?或者将要创建的d安装文件将具有sql安装程序?
如何在我不想混淆d应用程序用户安装不同程序以及所有程序的同一个文件中包含SQL -Server安装和.net框架? ;)

hi Guyz,
I have created VB.net application with SQL Server-2005 as Back -End.
I want to create d setup for that application.
I have several queries---

1.How to create setup file?:confused:

2.Do i need to install SQL Server on machine before installing my application?or d setup file which will be created will have sql setup??
How to include- SQL -Server installation and .net framework within same file as I don''t want to confuse d Application users to install different programs and all? ;)

如何创建安装文件?
在VS.NET中创建安装和部署项目 [
How to create setup file?
Creating Setup and Deployment Projects in VS.NET[^]
If need, just Google for more.

Do i need to install SQL Server on machine before installing my application?or d setup file which will be created will have sql setup??
No. You don''t need to install SQL Server on machine. You just need to configure correct connection string. Internally, you would talk to a server on which the SQLserver is installed and has database in it.