Hi,
I am new to MSDeploy, and here's what I'd like to do with it. I'd like to integrate it into our continuous integration system. That is, I'd like to generate full MsDeploy command lines that will copy my local website directory to a remote server, register some DLL's to the server's GAC and then create a new web app that is ready to use.
I've been reading about MSDeploy and I'm confused about whether I need to install an MSDeploy service on each webapp destination server or is it enough to just have MSDeploy locally?
Does MSDeploy come with everything I need, or do I need extra add-ons, for say the GAC reg, or the web app creation functions?
Is there any sample code that simply lists copy site folder from local machine to server, gac and create site?
Any advice appreciated! Thanks.
↧