How to Publish a Web project with Finalbuilder

I know this was asked in 2010, but am wondering if there have been any changes to either FinalBuilder or VS 2012 that makes this easier from FinalBuilder.

I used the "Build VS.NET solution" action to build the project and tried to select "Deploy" action but got this error:

MSBuild Properties
Configuration="Release"
Platform="Any CPU"
OutDir=C:\inetpub\www.ecarenext.com\ecarenext\
Running C:\Windows\Microsoft.NET\Framework\v4.0.30319\MSBuild.exe with parameters : /t

Anyone?

All the threads I can find on this topic are at least 3 years old. It seems like this should be a slam dunk to do by now.

As you have a share folder available, you could always build the web solution in another directory and then use the file actions to copy the results to C:\inetpub\www.ecarenext.com\ecarenext.
Don’t forget that final builders security context will need to be considered when deploying to IIS web servers.

Hi Omanske,

From my reading I have found the following stack overflow answer which might help with making deployment easier for web projects.

http://stackoverflow.com/questions/14819407/how-to-use-command-line-msbuild-to-deploy-vs2012-web-site-project-without-precom

In FinalBuilder use the MSBuild action and set all the properties that you require. There are also the MSDeploy actions which are there for web apps.