Author: .NET Web Development and Tools Blog | Posted on: 9/22/2013 4:56:59 PM | Views : 1286

The other day I received an email from a customer with a question which I’ve summarized as below. I have a solution containing multiple web projects. One of the projects, _RootSite, is the top level website which I want to publish. It’s an MVC project. I also have other web projects in the same solution. These other projects are apps themselves but being published under _RootSite as an area. In some cases I’d like to publish my entire site, in other cases just the areas. Sometimes when I publish an area I need to refresh the assembly for _RootSite. How can I automate this with the most flexibility? I am publishing by using file copy over a network share. To help visualize the issue take a look at the screenshot below which is from the samples...(read more) ...

Go to the complete details ...