User-1272766763 posted
Hi I am working on a project which is a combination of 3 websites made with HTML5 and JS which also share a common code base having JS Classes and Web Proxies for AJAX Calls
Solution
|-Site1
|-Site2
|-Site3
|-CommonCode
These sites are stand alone and will run on separate domains.
I want to customize publishing process where all 3 websites can be publish in one go with condition that common codebase will mearge in 3 sites on given path with given folder structure. also after publishing they will associate with specific web application
in IIS if application is not created already it has to be created automatically.