如何使用 Web Platform Installer 为 Web 应用程序创建设置
我有一个大型 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
据我了解,您想要创建应用程序的 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: