Last post Jan 13, 2014 07:39 AM by cpaulus
None
0 Points
5 Posts
Jan 10, 2014 03:24 AM|cpaulus|LINK
Hello, I would like to find the best deployement solution for the following scenario :
We've developped a website with plugin support. The solution contains an "host" webform project and multiple plugin projects.
A plugin can be a webform project or a library project.
Currently we deploy the application like this :
Do you know a method that could automate thoses steps ?
I'm new the the ASP.NET world, so I don't really know where to look.
Thanks.
All-Star
32817 Points
3815 Posts
Jan 13, 2014 04:43 AM|Angie xu - MSFT|LINK
Hi cpaulus
If you want to deploy multiple projects on one solution, you can automate the process using a macro to publish all the projects in a solution.
1. To create the publishing macro
2. To publish all projects in a solution
For further information:
# How to: Publish Multiple Projects in a Solution
http://msdn.microsoft.com/en-US/library/ms404233(v=vs.100).aspx
Best regards
Angie
Jan 13, 2014 07:39 AM|cpaulus|LINK
Thanks, I'll look into that.
None
0 Points
5 Posts
Deployement of multiple project
Jan 10, 2014 03:24 AM|cpaulus|LINK
Hello,
I would like to find the best deployement solution for the following scenario :
We've developped a website with plugin support. The solution contains an "host" webform project and multiple plugin projects.
A plugin can be a webform project or a library project.
Currently we deploy the application like this :
Do you know a method that could automate thoses steps ?
I'm new the the ASP.NET world, so I don't really know where to look.
Thanks.
All-Star
32817 Points
3815 Posts
Re: Deployement of multiple project
Jan 13, 2014 04:43 AM|Angie xu - MSFT|LINK
Hi cpaulus
If you want to deploy multiple projects on one solution, you can automate the process using a macro to publish all the projects in a solution.
1. To create the publishing macro
2. To publish all projects in a solution
For further information:
# How to: Publish Multiple Projects in a Solution
http://msdn.microsoft.com/en-US/library/ms404233(v=vs.100).aspx
Best regards
Angie
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.
None
0 Points
5 Posts
Re: Deployement of multiple project
Jan 13, 2014 07:39 AM|cpaulus|LINK
Thanks, I'll look into that.