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.
A solution can contain several projects, but ClickOnce deployment is constrained in that it can only publish one project at a time. For solutions with many projects, publishing them one by one can be burdensome. This procedure shows how to automate the process
using a macro to publish all the projects in a solution,
At the same time you can also learn relevant issues about deploying multiple projects in one solution online, they can give some tips for you,
hope it helps,
Regards
Buildautomation,Publishautomation
MSDN Community Support
Please remember to click "Mark as Answer" the responses that resolved your issue.
If you have any compliments or complaints to MSDN Support, feel free to contact MSDNFSF@microsoft.com.
Member
350 Points
127 Posts
Customize building and publishing of ASP.Net Solution having multiple sites
Jul 04, 2013 05:23 PM|amsneuton|LINK
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.
Buildautomation,Publishautomation
All-Star
32817 Points
3815 Posts
Re: Customize building and publishing of ASP.Net Solution having multiple sites
Jul 12, 2013 02:13 AM|Angie xu - MSFT|LINK
Hi,
A solution can contain several projects, but ClickOnce deployment is constrained in that it can only publish one project at a time. For solutions with many projects, publishing them one by one can be burdensome. This procedure shows how to automate the process using a macro to publish all the projects in a solution,
# How to: Publish Multiple Projects in a Solution
http://msdn.microsoft.com/en-us/library/ms404233(v=vs.100).aspx
At the same time you can also learn relevant issues about deploying multiple projects in one solution online, they can give some tips for you,
hope it helps,
Regards
Buildautomation,Publishautomation
Please remember to click "Mark as Answer" the responses that resolved your issue.
If you have any compliments or complaints to MSDN Support, feel free to contact MSDNFSF@microsoft.com.