Deploy asp.net websites with an SSL certificate using Octopus Deploy
Octopus Deploy 3.11 upwards has a nice new feature to manage SSL certificates that makes it simple to deploy a web app with its x509 SSL certificate in a secure manner. Once it’s…
Octopus Deploy 3.11 upwards has a nice new feature to manage SSL certificates that makes it simple to deploy a web app with its x509 SSL certificate in a secure manner. Once it’s…
After deploying a website don't assume it succeeded - add automated tests to check everything works. Back in the old days you would open a browser and check your new version of the site works…
Stumbled on a little gotcha today when using nuget packages as deployment artifacts to be send to Octopus Deploy [http://octopusdeploy.com] and thought it worth documenting so i don't forget next time. The quick…
Some stuff I have read in the last couple of weeks that I think are worth checking out, mostly new but some old stuff too. All worth subscribing to. ASP.NET Core is approaching its…
You have a substantial development project with several people working on it and you expect to be around for a while. Having your source built by Teamcity/TFS/Jenkins etc is a good start, but…