What exactly happen when I use Publish Web command inside Visual Studio 2012 for ASP MVC project?
How can I activate the same command from command line?
What exactly happen when I use Publish Web command inside Visual Studio 2012 for ASP MVC project?
How can I activate the same command from command line?
It just call specific target to execute via MSBuild engine. That target could call MSDeploy tool to perform actual deployment (or could not, depending on profile settings)