6

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
Nasser Hadjloo
  • 12,312
  • 15
  • 69
  • 100

1 Answers1

3

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:

kateroh
  • 4,382
  • 6
  • 43
  • 62