Skip to main content

Posts

Showing posts from 2012

At Long Last a Side Project

It’s official, I have an active side project. What is it? A Visual Studio Plug-in to allow developer to deploy an ASP.Net website directly from SVN to a website server. Why? Deploying ASP.Net applications/websites to multiple server and setups is error prone because to many manual steps exist. Deploy ASP.Net from SVN aims to solve this issue by automating as many steps as possible and deploying a website in just a few clicks. Project Description Deploy ASP.Net from SVN is a Visual Studio Add In to allow developers to deploy as ASP.Net website from source control (initally only SVN but others may be added in the future) to a web server or web farm easily. Project Goals To make it easy to deploy an exact version of an ASP.Net website directly from source control. Features will include Deploy particular revision.  Read deployment settings from a selected file to make deploying to development, test, stage and live servers the same process.  Build a web.config file from a tem