The Web Deployment Tool (Web Deploy) is a command-line tool from Microsoft that is used for synchronizing Web sites and Web servers.
I've been publishing my Lightswitch app using Visual Studio 2012 RC to my localhost (Win 7, SQL 2008 R2, IIS 7.5) just fine. Now …
visual-studio iis deployment msdeploy webdeployI had a working IIS 7.5 with Web Deploy 3.5 configuration such that the "Import/Export Application" feature in the right hand …
iis webdeployI'm trying to build a Web Deploy package via msbuild on a new machine and it's not working. It builds …
iis msdeploy webdeployI have been trying to setup Web Deploy on my Windows 2012 server running IIS 8. I have installed Web Deploy using …
iis webdeployIs it possible to deploy the contents of a folder (plain Html files) to a specific web application on a …
msdeploy webdeployI have a remote Windows 2012 server running IIS 8 from which I am hosting a web application. My local development box …
iis visual-studio-2012 webdeploy windows-server-2012 iis-8Using Web Deploy 3.6 both on IIS 8.5 (Windows Server 2012 R2) and IIS 7.5 (Windows 7), I cannot find the Deploy -> "Import …
iis webdeploy iis-8.5 webdeploy-3.6The project I am working on involves reading a lot of service endpoints (url) from a config file. Since the …
c# asp.net visual-studio transformation webdeploy