简体   繁体   English

如何使用Web Platform Installer为Web应用程序创建设置

[英]How to create a setup for a web application with Web Platform Installer

I have a large Web Application ( ErPwith 11 subsystem) and I want tocreate a setup for itwith Microsoft WebPI. 我有一个大型Web应用程序(ErPwith 11子系统),我想为Microsoft WebPI创建它的设置。

Currently We send our application for customers once a week (for weekly updates). 目前,我们每周向客户发送一次申请(每周更新)。

We usefollowing tools in this application, So How to create a setup for out project toconfigure it in client IIS automatically 我们在此应用程序中使用以下工具,因此如何为项目创建设置自动在客户端IIS中进行配置

  • List item 项目清单
  • .netFramework 3.5 .netFramework 3.5
  • SQL server 2008 SQL Server 2008
  • Asp.net Asp.net
  • C# C#
  • NHibernate NHibernate的
  • Log4net log4net的
  • castleProxy castleProxy
  • SQL Server Reporting Services (RDL) SQL Server Reporting Services(RDL)
  • Visual Studio Client Reports (RDLC) Visual Studio客户端报告(RDLC)
  • Javascript 使用Javascript
  • JQuery JQuery的

As far as I understand, you want to create a Web Deploy package of your application and a custom Web PI feed that will include this package into Web PI. 据我所知,您希望创建应用程序的Web Deploy包以及将此包包含到Web PI中的自定义Web PI订阅源。

Here is a reference on how to build a Web Application package. 以下是有关如何构建Web应用程序包的参考。 You will be able to automate this step using Web Deploy command line: 您将能够使用Web Deploy命令行自动执行此步骤:

One more reference is to a blog that has a sample feed that will include your application to Web PI through a cusotm feed. 还有一个参考是一个博客,其中有一个示例Feed,它将通过cusotm Feed将您的应用程序包含到Web PI中。 You will be able to automate this step by creating a custom feed and then just replacing the hash in the feed whenever a new package becomes available: 您可以通过创建自定义Feed自动执行此步骤,然后只需在新包可用时替换Feed中的哈希:

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 如何为ASP.Net Web应用程序创建完整的安装程序 - How to create complete installer for ASP.Net web application 如何使用Visual Studio中的安装项目安装程序在IIS中发布ASP Web应用程序 - How to publish an asp web application in IIS with setup project installer in visual studio 如何在 Web 安装项目中创建新的应用程序池? - How can I create a new application pool in a Web Setup Project? 使用 Wix 在 c# 中为 Web 应用程序创建安装程序 - Create a installer for web application in c# using Wix MVC Web应用程序WIX安装程序 - MVC web application WIX installer 创建一个Web应用程序安装程序以在本地IIS中导入应用程序 - Create a web application setup to import application in local IIS 如何在没有用户界面的情况下为Web服务创建安装程序? - How to create an installer for a web service without a user interface? 如何为 ASP.NET Core / Angular web 应用程序创建安装程序? - How to create installer for ASP.NET Core / Angular web app? 从Web平台安装程序安装ASP.NET MVC 4 - Install ASP.NET MVC 4 from the Web Platform Installer 代替手动托管网站,在asp.net中创建用于托管网站/ Web应用程序的安装程序文件 - Instead of hosting site Manually, Create a Installer file for hosting website/web Application in asp.net
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM