WordPress & WebMatrix

image for 'WordPress & WebMatrix' post

Update: Microsoft now recommends Visual Studio Code over Web Matrix

HAPPY GROUNDHOG DAY!!!!!!!!!!!!!

This post actually started off as a referral to a great WordPress.tv video on how to install a WordPress development site on a Windows machine with Microsoft WebMatrix. But when I started doing extra research on the subject, I learned quite a bit about WebMatrix’s potential.

WebMatrix is Microsoft’s recently-released open source web development application (yes, you read that right: Microsoft released an open source web dev app). Along with supporting the obvious MS applications like IIS and .NET, it also supports PHP and MySQL…meaning it can support a WordPress development environment without Linux.

It’s already possible to run a local WordPress development site without Linux, as well as a live site. WAMP packages can be downloaded to your PC to create a localhost setup that runs PHP, Apache and MySQL. And hosting companies like GoDaddy already offer WordPress hosting via one of their Windows packages.

But when talking about creating a WordPress testing environment on your home computer, there are advantages to using WebMatrix over WAMP:

Simple Installation

Using an installation wizard, WebMatrix provides an easier setup and configuration process for a localhost WordPress dev site.

WebDeploy

WebDeploy functionality in WebMatrix allows for an easier deployment from your development site to your live site if it’s running on a Windows server.

I can’t see WebMatrix becoming my main web development tool. It’s not robust enough for real web-based object-oriented programming and Microsoft Visual Studio is much better at interacting with databases. But am starting to see the advantages for using different web dev tools for different products. And since I have access to five computers when you combine work and home, I can probably do this without overloading resources.

Therefore, when I redesign my blog (which won’t be for a while), I may use this method; developing code on my PC with Web Matrix and then deploying it to my live site.

In the meantime, read these links:

Would you like to Tweet this page?