/* steve jansen */

// another day in paradise hacking code and more

How to Modify the TCP/IP Port Binding for the Microsoft Web Deployment Agent Service

| Comments

I love shell scripting, which is probably why I seem to somehow get organically involved in “DevOps” on most of my project work. I’m drafting up a series of posts on tips and tricks for shell scripts (with love for both Windows and *nix) – it seems to be a fading art among recent comp sci grads. Until I finish those posts, I wanted to share a quick script I wrote to reassign the TCP/IP port binding for Microsoft’s Web Deployment Agent service.

This is my attempt to refine a very good answer posted a couple years ago asking if web deploy can run on a port other than 80. Why, yes it can…

Comments