Petter Klang
Feb 27, 2015
  3739
(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
Copy Optimizely SaaS CMS Settings to ENV Format Via Bookmarklet

Do you work with multiple Optimizely SaaS CMS instances? Use a bookmarklet to automatically copy them to your clipboard, ready to paste into your e...

Daniel Isaacs | Dec 22, 2024 | Syndicated blog

Increase timeout for long running SQL queries using SQL addon

Learn how to increase the timeout for long running SQL queries using the SQL addon.

Tomas Hensrud Gulla | Dec 20, 2024 | Syndicated blog

Overriding the help text for the Name property in Optimizely CMS

I recently received a question about how to override the Help text for the built-in Name property in Optimizely CMS, so I decided to document my...

Tomas Hensrud Gulla | Dec 20, 2024 | Syndicated blog

Resize Images on the Fly with Optimizely DXP's New CDN Feature

With the latest release, you can now resize images on demand using the Content Delivery Network (CDN). This means no more storing multiple versions...

Satata Satez | Dec 19, 2024

Simplify Optimizely CMS Configuration with JSON Schema

Optimizely CMS is a powerful and versatile platform for content management, offering extensive configuration options that allow developers to...

Hieu Nguyen | Dec 19, 2024

Useful Optimizely CMS Web Components

A list of useful Optimizely CMS components that can be used in add-ons.

Bartosz Sekula | Dec 18, 2024 | Syndicated blog