BUILD 2016 Recap & Highlights for ASP.NET Developers

I had the incredible opportunity to attend BUILD 2016 this year.  Actually EBSCO sent four of us and we learned a lot!  There were so many good keynotes and sessions.  The great part is even if you couldn’t attend in person, every keynote/session was live streamed on Channel9 and now all the recordings are available. …

BUILD 2016 Recap & Highlights for ASP.NET Developers Read More »

WebDeploy Parameterization Tip: Dont publish your Parameterization Files

A common mistake I see (and often still make myself) is publishing the parameterization files with your web application.  Visual Studio marks the file’s Build Action property to Content by default when you add a new XML file.  This means it will be deployed in your application just like any other HTML file would be. …

WebDeploy Parameterization Tip: Dont publish your Parameterization Files Read More »

VSTS Release: Custom Deploy Task to Deploy Virtual Applications to Azure

I saw a question on Twitter about using the new Release Management functionality in VSTS to deploy virtual applications to Azure websites.   After some research I found the Azure Web App Deployment task uses the Publish-AzureWebSiteProject PowerShell cmdlet which does not support deployment of virtual applications.  This is also confirmed by this issue on the …

VSTS Release: Custom Deploy Task to Deploy Virtual Applications to Azure Read More »

Are you Release Ready?

Assume for a moment I could give you “DevOps in a Box” and you could start delivering via an orchestration release system in an automated, repeatable way today.  Would you be ready for it?  What would you have to change in your teams to use it effectively? I bet your teams would be only slightly …

Are you Release Ready? Read More »