G
Guest
Need to build complete deployment package for a multi-project enterprise soln
consisting of 3 web apps, 20+ web services, 2 windows services, 61 component
dll's and 4 databases.
Everything except the databases are in one Build Solution.
Project Output must be structured into unified Application Space with
folders for webs and winservices in order to allow instancing on the
middleware server.
MyEnterpise/Instance1
Services/
Service1
Service2
Webs/
WebApp1/bin/component dlls
WebApp2/bin/component dlls
WebServiceContainer/*.asmx
Note: webs do not go to 'Default Web Site' in IIS
Currently building 3rd generation Install of this product for national
customer base using Wise 8.0 and in house .net utilities to configure IIS,
install win services, setup security model etc... This is a kludge and would
prefer a modular Entreprise Type Install similar to the VSNET Install. How
can I go about designing and implementing this?
consisting of 3 web apps, 20+ web services, 2 windows services, 61 component
dll's and 4 databases.
Everything except the databases are in one Build Solution.
Project Output must be structured into unified Application Space with
folders for webs and winservices in order to allow instancing on the
middleware server.
MyEnterpise/Instance1
Services/
Service1
Service2
Webs/
WebApp1/bin/component dlls
WebApp2/bin/component dlls
WebServiceContainer/*.asmx
Note: webs do not go to 'Default Web Site' in IIS
Currently building 3rd generation Install of this product for national
customer base using Wise 8.0 and in house .net utilities to configure IIS,
install win services, setup security model etc... This is a kludge and would
prefer a modular Entreprise Type Install similar to the VSNET Install. How
can I go about designing and implementing this?