November Happy Hour will be moved to Thursday December 5th.

Petter Klang
Feb 27, 2015
  3733
(4 votes)

Setting up WebDeploy

After running in to the same problem over and over I though I would make this post to remind myself and to share with others.

WebDeploy is easy as long as you can get the Web Platform Installer and then just follow the steps in this guide.

But should you find yourself (like I do) on a server that doesn’t alow for the installer to go and get it’s goodies then there are some steps to remember in order to keep you from pulling your hair out.

  1. By default the port 8172 is used for Web Deploy so make sure the the firewall is open

  2.   Get the msi file for WebDeply and run it. Remember to click custom and add the Remote Agent Service.
    MSWebDeploy 

  3. Open up the server management and add the Role “Management Service” .
    ManagementService

  4. Go to the IIS and EnableRemoteConnections for the Management Service.
    IISManagementService
    EnableRemoteConnections

  5. Right click the site and get the Deploy configuration for the site and import this in Visual Studio

    Configure_web_deploy

And you are done!

Feb 27, 2015

Comments

Please login to comment.
Latest blogs
AsyncHelper can be considered harmful

.NET developers have been in the transition to move from synchronous APIs to asynchronous API. That was boosted a lot by await/async keyword of C#...

Quan Mai | Dec 4, 2024 | Syndicated blog

The search for dictionary key

Recently I helped to chase down a ghost (and you might be surprised to know that I, for most part, spend hours to be a ghostbuster, it could be fun...

Quan Mai | Dec 4, 2024 | Syndicated blog

Shared optimizely cart between non-optimizley front end site

E-commerce ecosystems often demand a seamless shopping experience where users can shop across multiple sites using a single cart. Sharing a cart...

PuneetGarg | Dec 3, 2024

CMS Core 12.22.0 delisted from Nuget feed

We have decided to delist version 12.22.0 of the CMS Core packages from our Nuget feed, following the discovery of a bug that affects rendering of...

Magnus Rahl | Dec 3, 2024

Force Login to Optimizely DXP Environments using an Authorization Filter

When working with sites deployed to the Optimizely DXP, you may want to restrict access to the site in a particular environment to only authenticat...

Chris Sharp | Dec 2, 2024 | Syndicated blog

Video Guides: Image Generation Features in Optimizely

The AI Assistant for Optimizely now integrates seamlessly with Recraft AI, providing advanced image generation capabilities directly within your...

Luc Gosso (MVP) | Dec 1, 2024 | Syndicated blog