balamoorthy
New Member
I am trying to deploy a webpage onto our windows azure cloud, however I can't seem to find any decent examples... I've looked into DeploymentObject but I can't see any straight forward answers...The inputs I need for the deploy are: domain nameapplication nameloginand passwordIt works fine when I use the webdeploy in VSHowever I need to be able to run a command line which inputs these parameters into an assembly together with a filepath and then deploys the files to this destionation.Are there any straightforward examples?