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

发布于 2024-09-05 20:49:29 字数 452 浏览 5 评论 0原文

我有一个大型 Web 应用程序(带有 11 子系统的 ErP),我想使用 Microsoft WebPI 为其创建设置。

目前,我们每周向客户发送一次申请(每周更新)。

我们在此应用程序中使用以下工具,那么如何为项目创建设置以在客户端 IIS 中自动配置它列出

  • 项目
  • .netFramework 3.5
  • SQL server 2008
  • Asp.net
  • C#
  • NHibernate
  • Log4net
  • castle代理
  • SQL Server Reporting Services (RDL)
  • Visual Studio Client Reports (RDLC ) )
  • JavaScript
  • JQuery

I have a large Web Application ( ErPwith 11 subsystem) and I want tocreate a setup for itwith 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

  • List item
  • .netFramework 3.5
  • SQL server 2008
  • Asp.net
  • C#
  • NHibernate
  • Log4net
  • castleProxy
  • SQL Server Reporting Services (RDL)
  • Visual Studio Client Reports (RDLC)
  • Javascript
  • JQuery

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

请爱~陌生人 2024-09-12 20:49:29

据我了解,您想要创建应用程序的 Web 部署包和自定义 Web PI 源,将该包包含到 Web PI 中。

以下是有关如何构建 Web 应用程序包的参考。您将能够使用 Web 部署命令行自动执行此步骤:

还有一个参考是到具有示例 feed 的博客,其中将通过 cusotm feed 将您的应用程序包含到 Web PI。您将能够通过创建自定义提要来自动执行此步骤,然后在新包可用时只需替换提要中的哈希值:

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.

Here is a reference on how to build a Web Application package. You will be able to automate this step using Web Deploy command line:

One more reference is to a blog that has a sample feed that will include your application to Web PI through a cusotm feed. 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:

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文