加入收藏 | 设为首页 | 会员中心 | 我要投稿 李大同 (https://www.lidatong.com.cn/)- 科技、建站、经验、云计算、5G、大数据,站长网!
当前位置: 首页 > 综合聚焦 > 服务器 > 安全 > 正文

create a deployment package for Webservice in Visual Studio

发布时间:2020-12-16 23:27:00 所属栏目:安全 来源:网络整理
导读:Most people use Web Setup Projects if the Web Service is simple - any dependencies (e.g. .NET Framework Installation,IIS,SQL Server,a Database,etc) will need to be installed separately by someone in advance of that Setup being run. For mor

Most people use Web Setup Projects if the Web Service is simple - any dependencies (e.g. .NET Framework Installation,IIS,SQL Server,a Database,etc) will need to be installed separately by someone in advance of that Setup being run.

For more sophisticated deployments where you want to ensure certain components are on the target machine (e.g. IIS) and if not there get them installed as part of the setup process,then you can use Web Deploy.

Here are some different ways you can do it.

  1. Web Setup Project

  2. Web Deploy

  3. MSDeploy

Here are some guides on the above tools:

  • http://blog.thinkoriginally.com/2010/02/16/visual-studio-2008-web-setup-project-web-deployment-project-and-msdeploy/

  • http://www.iis.net/download/WebDeploy

  • http://cromwellhaus.com/2012/05/build-once-msdeploy-all-over-the-place/

How to use Web Setup Project:

  • http://www.codeproject.com/Articles/13698/Visual-Studio-Setups-Web-Setup-Part-I

(编辑:李大同)

【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容!

    推荐文章
      热点阅读