Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Resources to learn MSDeploy [closed]

Tags:

msdeploy

Can you recommend resources to learn msdeploy? Books, blogs or other formats welcome.

Bonus points will be awarded for information focused at deploying to IIS 6 and inserting the SVN revision number into the packaged files.

like image 936
Greg B Avatar asked Jan 20 '11 10:01

Greg B


People also ask

Where to find MSDeploy exe?

Go to C:\Windows\System32 and right click on CMD. EXE. Choose “Run as Administrator”. Once the command prompt is up, you will navigate to the folder level where MSDeploy.exe exists.

What is Webdeploy?

The Web Deploy is a tool for simplifying migration, management and deployment of Web applications, sites and servers. It can be used to package a Web site, automatically including content, configuration, certificates and databases. It can be used to synchronize between IIS 6.0, IIS 7.

What is MS Deploy?

Overview. Web Deploy (msdeploy) simplifies deployment of Web applications and Web sites to IIS servers. Administrators can use Web Deploy to synchronize IIS servers or to migrate to newer versions of IIS.


1 Answers

There is lots of reference documentation for command line use of the Web Deploy tool on TechNet. For practical how-to’s IIS.NET is the place to go.

Unfortunately, there's very little documentation on how to customize the deployment package during from the build. So, I've posted an article on my blog about my own findings while preping a project for deployment with Web Deploy recently.

It contains links to other articles as well as how to implement common deployment requirements, including some handling of version / build numbers.

like image 114
Marnix van Valen Avatar answered Oct 20 '22 16:10

Marnix van Valen